cubeviz.ontowiki icon indicating copy to clipboard operation
cubeviz.ontowiki copied to clipboard

Please enhance the ChartOption Management to enable multiple subEntries of the same superKey

Open MichaelMartin opened this issue 12 years ago • 1 comments

For instance :

                ``` {
                    "label": "Rotate Labels",
                    "defaultValue" : [ { "label": "Default", "value": "" } ],
                    "values": [
                        { "label": "30", "value": 30 },
                        { "label": "45", "value": 45 },
                        { "label": "60", "value": 60 },
                        { "label": "90", "value": 90 },
                    ],
                    "key": "xAxis.labels.rotation",
                    "type": "array"
                } ```

is not working. It Can be process by the Options Panel but it is not processed if the user selects it.

This could be happen because the key xAxis is used to include categories such as follows: { "chart":{"renderTo":"container","type":"bar"}, "plotOptions":{"series":{"stacking":"","dataLabels":{"enabled":""}}}, "xAxis":{"categories":["Austria","Denmark","Estonia","European Union - 27 countries"]}, "series":[{"name":"% of basic public services for citizens, which are fully available online","data":[0.91666698455811,1,0.80948400497437,0.89583301544189]},{"name":"DSL lines share in fixed broadband","data":[0.68890899419785,0.43658599257469,0.77162998914719,0.57790100574493]},{"name":"Total number of fixed broadband lines","data":[2150220,133062000,2002310,357797]}],"yAxis":{"type":"linear"}}

Maybe we need a push service or a centralized list of config options; not that they are priorized overwritten.

MichaelMartin avatar Oct 25 '12 22:10 MichaelMartin

Is that problem still up-to-date? If it is so, please describe it again, don't got it

k00ni avatar Jan 25 '13 13:01 k00ni