SemanticMediaWiki/SemanticResultFormats

[jqplot] use .jqplot-container instead of .container CSS class

开放

#632 创建于 2021年1月20日

 (1 条评论) (0 个反应) (0 位负责人)JavaScript (87 个派生)auto 404
enhancementgood first issue

仓库指标

星标
 (52 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Currently, jqplot uses the very generic .container CSS class, for example:

This is unfortunate, because .container is also used by other frameworks.

  • replace .container with .jqplot-container everywhere in jqlot result format
  • adjust tests, if required

贡献者指南