Posted 19 July 2021, 7:53 pm EST - Updated 3 October 2022, 8:11 am EST
When designing report chart in ActiveReportJs Designer
I want to color the chart with the color I want with using hex color list in dataSet.
Currently, I received the hex color value list in dataSet.
like ([{map=#ffb240}, {map=#a8d277}, {map=#59b0f6}, …])
Is there a way to dynamically implement the chart color on custom palette based on the color value of the dataSet?