patternfly-timeline
patternfly-timeline copied to clipboard
A time based / event series interactive visualization using d3.js. Use drag and zoom to navigate in time.
Hello everybody How I can use Jalali date instead of the Gregorian date in the patternfly-timeline? This is a force for me to use Jalali in the patternfly-timeline. I mean...
Hi All, I got a wierd issue with this. As shown in the screenshot attached, i lost Jan month from the timeline. Instead it is showing only 2018,2018... for whole...
creating a timeline with eventZoom callback as: var timelineChart = d3.chart.timeline() .eventZoom(function (d,i) {console.log(d,i);}); d3.select('#timeline') .datum(data) .call(timelineChart); when zooming, d parameter contains the full datum/data structure, not the d3 scale...
I can not get the object 'chart' of d3 so it throws an error that d3.chart is undefined. Please fix this.
Can we use patternfly-timeline for a top down timeline, vertical direction ? I couldn't find any mention of direction while glancing at the README, and my d3.js foo lacks unfortunately....
After ensuring `"d3": "3.5.3"` was installed alongside the latest patternfly-timeline I see the following when attempting to start my app. Been trying to troubleshoot exactly what this is, best I...
The warnings that I get: [WARNING] npm WARN* deprecated [email protected]*: Use uuid module instead (change node-uuid to uuid) [WARNING] npm WARN deprecated [email protected]: graceful-fs v3.0.0 and before will fail on...
The README indicates I need to do 'npm install' then 'npm start' to run the server. Doing that and trying to connect to the page just hangs. After doing 'npm...
It would be nice if the demo reloaded when files changed rather than having to npm build and reload manually each time a change is made.