Actions
Support #1296
closedcharts configuration settings
Start date:
05/19/2012
Due date:
% Done:
0%
Estimated time:
Description
Hi All,
I'm trying to make an application to display a charts generated from a csv file.
i start from the Charts example,
this is the app running :
to display the graph there is a button on top-left.
i'm reading the source code of in ChartConfig.C but i can't figure out how to :
set to "disabled" the vars displayed in the graph
and add grid lines displayed as default
(what i'm tring to have is : a blank graph, just the axis and gridlines
showed when i load the app the first time)
Updated by Wim Dumon over 12 years ago
Hello Massimo,
It seems that you've based your program on the charts example. The constructor for of the ChartConfig class may be a good location to change these defaults.
Wim.
Updated by Koen Deforche over 12 years ago
- Status changed from Resolved to Closed
- Target version changed from 3.2.0 to 3.2.2
Released in Wt 3.2.2
Actions