Number of ChildComponents in Compound component

Hi there !!

I'm trying to extend the max number of childs in a component. 

imagechart used in graphics views does use it and it's limited to 10 data points ... I need much more data points in one imagechart.

How can I modify number of datapoints used in imagechart ? I have looked all the code without success ...

 

You should have a look at the SimpleCompoundComponent class under com.serotonin.mango.view.component.

You could extend this class and the javascript in the viewEdit.jsp to dynamically add/remove child points.

HTH,

moinmoin