timelines-chart icon indicating copy to clipboard operation
timelines-chart copied to clipboard

Timelines Chart

Results 69 timelines-chart issues
Sort by recently updated
recently updated
newest added

Bumps [terser](https://github.com/terser/terser) from 5.13.0 to 5.14.2. Changelog Sourced from terser's changelog. v5.14.2 Security fix for RegExps that should not be evaluated (regexp DDOS) Source maps improvements (#1211) Performance improvements in...

dependencies

I want to do selection of multiple segments of timeline chart. I need to have an event callback similar to onSegmentClick([function]). User shall be able to **click on a segment...

Hi @vasturiano, Is it possible to have duplicated labels on the right hand side of the chart? I am trying to group within a group e.g. using the below example,...

I would like to add more additional data on tooltip. I know I can use `myChart.zDataLabel('Additional data')` to add more text. But I want to show different text on different...

Hi, I want to report the error ```Error: attribute width: A negative value is not valid. ("-190")```. When this error occurs, the graph disappears. Environment: - React + Redux store...

Hi @vasturiano , We also wanted to fix the color of the Segment by Value and did the following: ``` const valColorScale = d3.scaleOrdinal() .domain(['FAILED', 'COMPLETED', 'IN_PROGRESS', 'WAITING', 'STOPPED']) .range(['red',...

![image](https://user-images.githubusercontent.com/32082555/167838312-bd6f1a62-ab46-4128-bf1b-844ad5cdb775.png) Is possible to achieve that?

Thanks for this GREAT timeline library. In my data, the segments belong to five different values, say, 0, 1, 2, 3, 4. Is there any way I can fix the...

This isn't obvious from the example since you pass in document.body to the constructor anyway, but the divs created for the tooltips are created directly on the document body regardless...

Hi guys, I encountered an issue with my legends color when refreshing data after modifiying one. As u can see down below, the hovering one is "Nominal" so its fine....