adriancooney / aristochart

Sophisticated and simplified Javascript 2D line charts.
http://adriancooney.github.io/aristochart
247 stars 27 forks source link

es6 module, shift charts left #6

Open mikedll opened 4 months ago

mikedll commented 4 months ago

I found what I believe is a bug. It was shifting the graphs to the right in an example I tried. Xmin was being taken into account 3 times. I removed 2 of them. This change occurs in getPoints(…), in the Xorigin assignment, and (renamed variable from x) dx assignment.

I added instructions for firing up a server to serve the documentation and examples. The examples looked good to me.

I added instructions for producing the minified js.

I added instructions for production the global installer, from the es6 module.

mikedll commented 2 months ago

@adriancooney I like your project and think I have made a good patch to it. Won’t you please consider merging in my PR?