Hi Team, I have a small query currently I want to ...
# gooddata-cn
v
Hi Team, I have a small query currently I want to show more data points in stacked area chart, is there a way to increase the limit from config anywhere. Reference: https://support.gooddata.com/hc/en-us/articles/4408112707603-GoodData-for-Freshdesk-Limits
j
@Dan Homola is it possible?
Resp. may I ask you to switch visualization type from line chart to table? If table is rendered OK, than this is about limits in the UI app. This is valid for all GD platforms. If even table is not rendered, than it is about limits on backend side and they can be configured like this: https://www.gooddata.com/developers/cloud-native/doc/1.7/installation/platform-limits/ This is valid only for GoodData.CN platform.
v
Yes the table is rendering as expected I am more interested in keep the same visual and increase the datapoints if possible
d
@Vatsal Trivedi @Jan Soubusta Unfortunately no, changing the limits is not possible using public APIs, the limits are hardcoded here: https://github.com/gooddata/gooddata-ui-sdk/blob/a0c4dce04ad5e8406df5b59e61a5590b3[…]i-charts/src/highcharts/chartTypes/_chartOptions/chartLimits.ts There is an internal API that would theoretically be able to change the limits, but that API is not accessible from the Analytical designer. The limits were chosen in order for the charts to be “usable”, after all a chart with ten thousand points might not be of much real use for the user.
v
@Dan Homola Is there a way we can fire that api and change limit using postman using auth token in GDCN?
d
Those APIs are in the react code, those are not backend APIs so no, I don’t see any reasonable way of changing them without some nontrivial chenges to our code…
p
🎉 New note created.
v
@Dan Homola Any plan in future to make it configurable
d
I am not aware of any such plans. But I see it was added to our Productboard so it will enter the process to consider it. I cannot however give you any timeline or promises
1
v
Thank you foe the help @Dan Homola @Jan Soubusta
d
no problem 🙂