Jump to content
We've recently updated our Privacy Statement, available here ×

Plotting time ranges series


daniel.mierswa

Recommended Posts

Hi community,

I'm wondering what's the "standard" way to plot time range series in HTML5 charts (highcharts).

I'd like to present some bar that changes the color depending on the value to be displayed (think of gantt charts with a single category).

On my x axis I'd like to have a timeline and my series contains data in the following form:

[start, end, value], [start, end, value], ... where start/end are java.sql.Timestamp and value some Integer.

 

I already tried around with TimeSeries* variants and Bar Charts but could not get any further. Any pointers?

 

Link to comment
Share on other sites

  • Replies 0
  • Created
  • Last Reply

Top Posters In This Topic

Popular Days

Top Posters In This Topic

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now

×
×
  • Create New...