Closed GoogleCodeExporter closed 9 years ago
Flot does not provide a possibility for axis labels by default.
But it looks like there is an plugin for this feature.
https://github.com/xuanluo/flot-axislabels
I will made a try if it is usefully.
Original comment by johgep
on 8 Sep 2012 at 4:37
With 3.4.0 it can be defined like following example:
<sjc:chart
id="chartObjects"
cssStyle="width: 600px; height: 400px;"
xaxisLabel="Label-X"
yaxisLabel="Label-Y"
yaxisLabelFontSizePixels="22"
yaxisLabelFontFamily="Arial"
>
<sjc:chartData
label="List with Objects"
list="objList"
listKey="myKey"
listValue="myValue"
points="{ show: true }"
lines="{ show: false }"
/>
</sjc:chart>
http://code.google.com/p/struts2-jquery/source/detail?r=1714
Original comment by johgep
on 18 Sep 2012 at 7:09
Original comment by johgep
on 15 Oct 2012 at 6:45
Original issue reported on code.google.com by
gadomska...@gmail.com
on 28 Aug 2012 at 7:43