Forums
New posts
Search forums
Members
Current visitors
Log in
Register
What's new
Search
Search
Search titles only
By:
New posts
Search forums
Menu
Log in
Register
Install the app
Install
Forums
Archive
Archive
Javascript
JS charting library that can do bar charts from series of time
JavaScript is disabled. For a better experience, please enable JavaScript in your browser before proceeding.
You are using an out of date browser. It may not display this or other websites correctly.
You should upgrade or use an
alternative browser
.
Reply to thread
Message
[QUOTE="lunaclaire, post: 5005137"] 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? [/QUOTE]
Verification
Post reply
Forums
Archive
Archive
Javascript
JS charting library that can do bar charts from series of time
Top