Hi,In A Bar Chart, Can we display Tooltip value in for example in 1D 1H 1M 1S.
Suppose we are getting data in floating 176.5439, and we need to display in 176D 13H 3M 13S.
I have converted the value, but a!chartSeries says
a!chartSeries accepts only Number (Floating Point)
data (List of Number (Floating Point)): Array of decimal data values to display in a chart.
Discussion posts and replies are publicly visible
Can you use a chart based on records instead of the categories / series? If you use records to define your chart, you can define custom formatting to display the data: docs.appian.com/.../Chart_Configuration_Using_Records.html
Hi Peter,
Thanks for reply.
For now, data we are getting from DB using QE.
That's okay, if you're getting data from a database you can still use a record-backed chart (even the data isn't synced!)