SemanticMediaWiki/SemanticResultFormats

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

Offen

#632 geöffnet am 20.01.2021

 (1 Kommentar) (0 Reaktionen) (0 zugewiesene Personen)JavaScript (87 Forks)auto 404
enhancementgood first issue

Repository-Metriken

Stars
 (52 Sterne)
PR-Merge-Metriken
 (PR-Metriken ausstehend)

Beschreibung

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