Chart.js is back online
51–60 of 127 posts
Re: Chart.js is back online
#52Re: Chart.js is back online
#53No they're not.
Re: Chart.js is back online
#54Earlier quoted context omitted.
Apparently, it was a misunderstanding on his part. "I misunderstood some issues I wrote about earlier today. Chart.js is now back online and available under MIT. http://www.chartjs.org ." - https://twitter.com/_nnnick/status/314049798502248448
I really don't see how someone can misunderstand this. You either can do it or you can't.
That could easily be interpreted more broadly than it was intended. He could interpret it as "I learned Javascript while working there, so I can't release a project in Javascript" or something like that, when they really intended it to prevent use of non-publicly available information related to their business.
Re: Chart.js is back online
#55Earlier quoted context omitted.
The project mentions that this was an intentional design decision. The graph's are written to a canvas element, which means a low memory footprint and the ability to save graphs as images. I believe they'd need to switch over to using SVG elements for graphs if there are plans to add DOM events to chart elements.
Clicks and hovers can be done on canvas, using hack that renders on second (invisible) canvas each object with its own, constant color and then checking color of the pixel at coordinates of cursor. It would probably need some kind of scene abstraction though.
Re: Chart.js is back online
#56So why would I use this instead of D3.js?
Re: Chart.js is back online
#57Earlier quoted context omitted.
That seems less of a polite way of saying, and more like a butt-covering lie. Am I supposed to understand from 'misunderstand' that the company might be climbing down from a stupid mistake it made, or actually be misled?
It's not necessarily any of your business. The code is back, why do you need to know the full and whole truth about his dealings with his employer? And what's wrong with letting someone save a bit of face when they came out on the right end of something after all?
It is nobody's business here but Nick's what happened. Take his words at face value and assume he misunderstood his boss unless you have reason to believe otherwise and it actually matters.
Re: Chart.js is back online
#58So why would I use this instead of D3.js?
Re: Chart.js is back online
#59Ok, is this the best marketing campaign for an open-source project or what?!? I starred it yesterday but my guess is you've got a lot more people on board now!
best marketing campaign? I guess I am not seeing what you're seeing. To what are you referring to?
Re: Chart.js is back online
#60So why would I use this instead of D3.js?