New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
JSON Object - Design Studio 1.6 - M Mode/Commons Mode - Inclusion of component causes infochart component to not display category axis labels #102
Comments
|
Hi Patrick, I was following your description but I can't reproduce. I see the chart with x- and y-axis labels in all cases. I am running DS16 SP1. It seems your problems source is something else. Anything else you can share with us to check your problem? Kind regards |
|
Hi, please take the current version, I have found the issue (was reported to be by email I have created #96. Karol |
|
So I checked Karols fix then :-D |
|
Thanks Karol and Martin. I have a question regarding the JSON object component and performance. I have a fairly complex app that I am working on. Essentially it is a KPI dashboard, with functionality to explore KPIs through a variety of charts. These charts are pre-configured to show the most relevant configuration for the KPI being explored. For example, charts will display the most appropriate chart type and measures. The user can then alter/interact with the chart by switching between appropriate chart types and measures for the chart. I am using an info chart and altering it through script (using a controller function). You might ask; why not using the infochart feeding panel and the chart picker? The answer is that the audience for this dashboard will not be willing to use such controls and will almost always only look at the "default" configuration I set. Also, using such controls with my data model allows the user to construct a chart which is completely misleading. So, to cater for this I am setting up configurations for charts which allow me to control the navigation/chart settings/compatible chart types/measures without hard coding the entire thing. This leads me to the performance question. I am tossing up between the three following methods:
Do you have any thoughts about which would be the best way to go? It might be you have an idea that I have not considered. Cheers, Pat |
|
Hi Patrick, I can see what you are trying to achieve. I have got some thoughts for you to consider.
In general I haven't seen any recommendations regarding number of components vs. DesignStudio scripting. From my experience I would think that the compiled code for the DesignStudio scripting is better in performance than a bunch of interpreted JavaScript files. Let us know what your research brought up. I would be interested to see what you came up with. Regards |
Hi All
This is a bit of a weird one (to me at least).
I am using the JSON Object technical component - it is awesome. However, I have noticed one problem which is a bit of a deal breaker:
In M mode, inclusion of the JSON object component causes Info Chart components to stop displaying category axis labels. It appears that the svg groups for the category axis is there, there are simply no text elements in the svg.
Steps to reproduce:
I have not tested this in Commons mode. The issue does not seem to affect Component Manager, Array, Collection components, but others I have not checked may be affected. I am using the latest version of the components.
Are you able to investigate and fix? The JSON Object is incredibly useful and I really want to use it but cant with this issue.
Update: This issue also affects the Infochart when running in commons mode.
The text was updated successfully, but these errors were encountered: