Hi,
I'm trying to format the xAxis labels in a StackedColumn chart using chartdirector, but all attempts seem to be ignored. The label values are datetimes coming from a MSSQL 2005 DB.
I tried some variants of the following options:
select 'dbr.chart.options', 'chartdirector','$c->xAxis->setLabelFormat("{value|dd.mm.yyyy}");';
select 'dbr.colstyle', 'InsertDate', '<*color=FF0000*>{value|dd.mm.yyyy}';
select 'dbr.colstyle', 'InsertDate', '[color: green]';
The result is always the same default date format, including time values without color formatting applied. On the yAxis this seems to be working better.
My ultimate goal would be to use chartdirectors setMultiFormat() function to highlight start of day values.
Is there any chance this can be done?
Kind Regards,
Tim