Hi,
i've just run into a bug in the facetCharts.
I'm creating several charts and place each chart in an own tab.
For each chart i create a facet, which is supposed to hold several values, but is initialized with no values at all. Each chart is also initialized with no data.
Each chart shoud be filled, when it's associated tab is selected.
but i'm receiving a java script error while setting new values into the facet.
Here is the code i've been using to fill the facet.
So it seems as if the facet collection of the chart is empty all of a sudden.
I'm using today's smartclient 9 build
Regards
Marcus
i've just run into a bug in the facetCharts.
I'm creating several charts and place each chart in an own tab.
For each chart i create a facet, which is supposed to hold several values, but is initialized with no values at all. Each chart is also initialized with no data.
Each chart shoud be filled, when it's associated tab is selected.
but i'm receiving a java script error while setting new values into the facet.
Here is the code i've been using to fill the facet.
Code:
chart.getFacet("facet").values=[...]I'm using today's smartclient 9 build
Regards
Marcus