You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+8-8Lines changed: 8 additions & 8 deletions
Original file line number
Diff line number
Diff line change
@@ -10,15 +10,15 @@ The [Online Example](http://projects.leonardomauro.com/jplotgraph/example/) show
10
10
## Package
11
11
12
12
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.
17
17
18
18
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.
0 commit comments