Skip to content

Commit c6fb18b

Browse files
Update readme, fixed breaklines and some links
1 parent b34d5d2 commit c6fb18b

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
# jPlotGraph #
22

33
Links:
4-
[Online Example](http://projects.leonardomauro.com/jplotgraph/example/) and [JS Classes](https://www.jsclasses.org/jplotgraph)
4+
[Online Example](http://projects.leonardomauro.com/jplotgraph/example/) and [JS Classes](https://www.jsclasses.org/jplotgraph)
55

66
This package build a graph (cartesian plane) in **Canvas** [HTML5] through a determinate equation. Any Canvas element can be used to plot the graph, until with width and height responsives.
7-
8-
The [Online Example](http://projects.leonardomauro.com/jplotgraph/example/) show a plot of linear function with many options to user interface. The user can in real-time do changes to the values of variables, `event.mousemove` to see a (x, y) in draw and `event.mouseclick` to pause the draw events. Also, use Canvas responsive (with Bootstrap) to display the program in various devices. This example is in the files.
97

10-
## Package
8+
The [Online Example](http://projects.leonardomauro.com/jplotgraph/example/) show a plot of linear function with many options to user interface. The user can in real-time do changes to the values of variables, `event.mousemove` to see a (x, y) in draw and `event.mouseclick` to pause the draw events. Also, use Canvas responsive (with Bootstrap) to display the program in various devices. This example is in the files.
9+
10+
## Package
1111

1212
The package is in `./dist/jPlotGraph/`, and are defined by two main classes:
1313
* *file* plot.axis.js - *class* `PlotGraph()`

0 commit comments

Comments
 (0)