FSN#41149 x-as ook datum ondersteunen

svn path=/Website/branches/v2017.1/; revision=34488
This commit is contained in:
Ruud Lipper
2017-06-30 10:14:30 +00:00
parent ad6eda0db9
commit a61308bebb

View File

@@ -227,8 +227,11 @@ function getGraphData(graphInit, graphAxes)
}
l_x = oRs(graphAxes.xas.kolom).Value;
// Tekst onder een bar graph inkorten zodat die de opmaak niet verstoort.
if (typeof l_x == "date")
{
l_x = toDateString(l_x);
}
if (graphInit.type == 1 && l_x.length > 20)
{
l_x = l_x.substring(0, 17) + "...";