SemanticMediaWiki/SemanticResultFormats

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

Aberta

#632 aberto em 20 de jan. de 2021

 (1 comentário) (0 reação) (0 responsável)JavaScript (87 forks)auto 404
enhancementgood first issue

Métricas do repositório

Stars
 (52 estrelas)
Métricas de merge de PR
 (Mesclagem média 8d 22h) (10 fundiu PRs em 30d)

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

Guia do colaborador