L
lunaclaire
I'm working on a proj where we need to plot a series of time durations
as a bar chart.
Currently, we've been using JSChart for various charts, but I now need
to plot a data series that displays the bars labeled with the time
durations in "mm:ss" format and it seems like JSChart can only take a
series of decimal numbers for its plotting and then uses those values
for the labels. It also seems that the y-axis can only be labeled with
the same decimal valued scale (vs one with diff time intervals).
And in searching thru other packages, I cant find anything that does
things differently.
One thing that might work is if a package would take a data array that
would have separate values for what's used for the plotting of each
data pt and what's used to label it. But I havent found anything that
does it that way either.
Does anyone know of a JS library that can handle time values and
display bar values with a formatted string?
as a bar chart.
Currently, we've been using JSChart for various charts, but I now need
to plot a data series that displays the bars labeled with the time
durations in "mm:ss" format and it seems like JSChart can only take a
series of decimal numbers for its plotting and then uses those values
for the labels. It also seems that the y-axis can only be labeled with
the same decimal valued scale (vs one with diff time intervals).
And in searching thru other packages, I cant find anything that does
things differently.
One thing that might work is if a package would take a data array that
would have separate values for what's used for the plotting of each
data pt and what's used to label it. But I havent found anything that
does it that way either.
Does anyone know of a JS library that can handle time values and
display bar values with a formatted string?