I use ChartInfo
public void addData(java.lang.String xAxis,
java.lang.String dataDescription,
double dataValue,
java.lang.String dataColor);
to generate a colored bar in a chart, but the color of the bar is always black.
Can somebody help me?
chart.addData(“North”, “January”, 100, “blue”); - don’t work!
chart.addData(“North”, “January”, 100, “#0000FF”); - don’t work!