Skip to content

Commit

Permalink
Fix jqplot rendering for some currency formats
Browse files Browse the repository at this point in the history
  • Loading branch information
mneudert committed Nov 30, 2023
1 parent 272984c commit a95c650
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion plugins/CoreVisualizations/javascripts/jqplot.js
Original file line number Diff line number Diff line change
Expand Up @@ -569,7 +569,7 @@ function rowEvolutionGetMetricNameFromRow(tr)
if (
axis.tickOptions
&& axis.tickOptions.formatString
&& axis.tickOptions.formatString.substring(2, 3) == '%'
&& axis.tickOptions.formatString.endsWith('%')
&& maxCrossDataSets > 100
) {
maxCrossDataSets = 100;
Expand Down

0 comments on commit a95c650

Please sign in to comment.