SemanticMediaWiki/SemanticResultFormats

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

Open

#632 opened on Jan 20, 2021

 (1 comment) (0 reactions) (0 assignees)JavaScript (87 forks)auto 404
enhancementgood first issue

Repository metrics

Stars
 (52 stars)
PR merge metrics
 (PR metrics pending)

Description

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

Contributor guide