vasturiano / timelines-chart

Timelines Chart
http://vasturiano.github.io/timelines-chart/example/categorical/
MIT License
561 stars 122 forks source link

how to use timelines-chart in electron app #68

Open Thanaporn-sk opened 4 years ago

Thanaporn-sk commented 4 years ago

Hi, I try to use timelines-chart in electron app and I got this error msg. "Uncaught TypeError: Object.entries is not a function" How to solve this problem?

vasturiano commented 4 years ago

@Thanaporn-sk are you running your app in a browser that supports Object.entries?

Thanaporn-sk commented 4 years ago

Thank for your reply @vasturiano , I try to put timeline-chart in electronjs ( https://electronjs.org/ ) for run in closs platfrom application