Skip to main content
shobhits0002
April 21, 2023
Solved

In A Bar Chart, Can we display Tooltip value in for example in 1D 1H 1M 1S

  • April 21, 2023
  • 3 replies
  • 0 views

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.

    Best answer by peter.lewis

    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

    3 replies

    peter.lewis
    Employee
    April 21, 2023

    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

    shobhits0002
    April 21, 2023

    Hi Peter, 

    Thanks for reply.

    For now, data we are getting from DB using QE. 

    peter.lewis
    Employee
    April 21, 2023

    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!)