Hi everyone,
I created a simple report that shows an area diagram and a Pareto distribution on the number of overtures clic;
it works very well when I request data in a limited range (up to 3 months) but it fails if I extend the range beyond this limit (even if the amount of data is small):
Following the link in the error message, it tells me to configure the plotOptions.series.turboThreshold option of the JS Api of this library, which however I don't know how to access programmatically, given that it is embedded in the Campaign visual composer:
Can you tell me how I can change this behavior to allow data ranges of up to one year?
And, outside this context, what are the data objects to use to create report on:
1) distinct clicks (which ignore the opening by the same email client/recipient);
2) clicks count on tracked URLs?
Thanks in advance, regards
Solved! Go to Solution.
Topics help categorize Community content and increase your ability to discover relevant content.
Views
Replies
Total Likes
Hello @mirkomanga
Chart configuration is hard coded in the chart.js file and it cannot be modified because it an inbuilt object.
Hello @mirkomanga
Chart configuration is hard coded in the chart.js file and it cannot be modified because it an inbuilt object.
Thanks a lot @_Manoj_Kumar_ , so do you think there's a workaround for my problem?
Views
Replies
Total Likes
No, I don't think there is any workaround and there won't be any because this functionality is not being developed/maintained. The push to v8 makes it a legacy thing.
Mmmm ok @_Manoj_Kumar_ thanks a lot...but....I think that I'll try an alternative way: use a Chart.js integration
Views
Replies
Total Likes