Skip to content

Commit b34d5d2

Browse files
list error fixed
1 parent d12fc91 commit b34d5d2

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

README.md

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -10,15 +10,15 @@ The [Online Example](http://projects.leonardomauro.com/jplotgraph/example/) show
1010
## Package
1111

1212
The package is in `./dist/jPlotGraph/`, and are defined by two main classes:
13-
- *file* plot.axis.js - *class* `PlotGraph()`
14-
- This class management all system of draw graph. Here you can modify colors, equation, axis, sizes, margins and texts.
15-
- *file* plot.events.js - *json.functions* `events`
16-
- These functions realize the user interface (UI) interaction (like: mousemove, mouseleave and click). Here you can modify how behave the UI with the Canvas element.
13+
* *file* plot.axis.js - *class* `PlotGraph()`
14+
* This class management all system of draw graph. Here you can modify colors, equation, axis, sizes, margins and texts.
15+
* *file* plot.events.js - *json.functions* `events`
16+
* These functions realize the user interface (UI) interaction (like: mousemove, mouseleave and click). Here you can modify how behave the UI with the Canvas element.
1717

1818
But, the package don't work without `func_mmy` and `func_plot`. That's functions have to be included before of the plot graph. Theses functions define how draw the equation and how fit max and min values of f(x). See *file* plot.func.linear.js, used in example.
1919

2020
## Also look ~
21-
* [License GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
22-
* Create by Leonardo Mauro (leo.mauro.desenv@gmail.com)
23-
* Git: [leomaurodesenv](https://github.com/leomaurodesenv/)
24-
* Site: [Portfolio](http://leonardomauro.com/portfolio/)
21+
* [License GPL v2](https://www.gnu.org/licenses/old-licenses/gpl-2.0.html)
22+
* Create by Leonardo Mauro (leo.mauro.desenv@gmail.com)
23+
* Git: [leomaurodesenv](https://github.com/leomaurodesenv/)
24+
* Site: [Portfolio](http://leonardomauro.com/portfolio/)

0 commit comments

Comments
 (0)