FSN#41149 x-as ook datum ondersteunen
svn path=/Website/branches/v2017.1/; revision=34488
This commit is contained in:
@@ -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) + "...";
|
||||
|
||||
Reference in New Issue
Block a user