Overview
Providing additional charting options to use with the end user reporting application. These charts can also be used independently, but are structured much like an Appian chart for seamless integration with the existing End User Reporting framework.
Key Features & Functionality
Hello, I am using the wordCloudField() function.
This is my set of data:
series: { { name: "test1", weight: 50 }, { name: "test2", weight: 20 }, { name: "test3", weight: 50 }, { name: "test4", weight: 10 }, { name: "test5", weight: 35 } }
When I hover a word in the resulting chart, I see for example:
test 1Occurrences:
But the number of occurrences never appears, I would expect to see the weight of that word.
Is this a bug?
Thank you
Hello Michael Chirlin, I think that this can be resolved by using <b>{point.weight}</b> in tooltip.pointFormat.
I haven't understood all of the code, but in some cases <b>{point.y}</b> is used, I think incorrectly.
I hope this helps.
I will take a look at this for the next release.