SemanticMediaWiki/SemanticResultFormats
[jqplot] use .jqplot-container instead of .container CSS class
Aberta
#632 aberto em 20 de jan. de 2021
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:
- https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/670487bd3214ab80f51be979b09520f0a6647d19/formats/jqplot/SRF_jqPlotChart.php#L75
- https://github.com/SemanticMediaWiki/SemanticResultFormats/blob/670487bd3214ab80f51be979b09520f0a6647d19/formats/jqplot/resources/ext.srf.jqplot.chart.js#L39
This is unfortunate, because .container is also used by other frameworks.
- replace
.containerwith.jqplot-containereverywhere in jqlot result format - adjust tests, if required