Bug #9644
Chart legend formatting
Status:
New
Priority:
Normal
Assignee:
-
Target version:
-
Start date:
01/21/2022
Due date:
% Done:
0%
Estimated time:
Description
I have a scatter chart.
X use DateTime
chart->axis(Wt::Chart::Axis::X).setScale(Wt::Chart::AxisScale::DateTime)
I enabled setCrosshairEnabled(true);
A legend appears in right top but the X is not formatted in DateTime.
Is it possible to change the legend format?
Regards,