FSN#41146 Incl. ../Localscripts/jqPlot/dist/plugins/jqplot.pointLabels.js mist bij reports

svn path=/Website/branches/v2017.1/; revision=34486
This commit is contained in:
Ruud Lipper
2017-06-30 09:19:02 +00:00
parent b7c640ca38
commit f52c6fc492

View File

@@ -154,6 +154,13 @@
// Overrule scaffolding_list
scaffolding_list = fac_usrrap_list_graph;
}
if (rapport.graph_type.id == 1 || rapport.graph_type.id == 4)
{
// Alleen bij barchart (1) en linechart (4) dit script voor label-points, bij gaugemeter NIET(!) om runtime error te voorkomen (en voegt daar niets toe).
// "axes[...]._ticks.0.formatter is null or not an object" krijg je namelijk
// https://bitbucket.org/cleonello/jqplot/issue/201/highlighter-plugin-causes-error-on-hover meldt min of meer hetzelfde
FCLTHeader.Requires({ js: ["../Localscripts/jqPlot/dist/plugins/jqplot.pointLabels.js"]});
}
}
if (mode == "list")