a!localVariables( local!value: 2.50, { a!lineChartField( label: "Line Chart", labelPosition: "ABOVE", categories: "Data", series: { a!chartSeries(label: "Data", data: local!value) }, showLegend: true, showTooltips: true, allowImageDownload: true, colorScheme: "RAINFOREST", height: "MEDIUM", xAxisStyle: "STANDARD", yAxisStyle: "STANDARD" ) })
Is it possible to display graph data (2.5) to time stamp format(00:02:30) in the line chart (please find the attached image I have circled the image where I need to display in time stamp format).Please provide me the suggestions.
Discussion posts and replies are publicly visible
I don't think this will work as the Y-axis is a number, but not time.
Thank you!