Skip to content

Commit

Permalink
Added zoom functionality on xy chart
Browse files Browse the repository at this point in the history
  • Loading branch information
graphieros committed Jan 17, 2024
1 parent 154118e commit 2616c7e
Show file tree
Hide file tree
Showing 4 changed files with 450 additions and 324 deletions.
1 change: 1 addition & 0 deletions playground/src/main.ts
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,7 @@ chartXy({
showAxis: true,
xAxisLabels: ["JAN", "FEB", "MAR", "APR", "MAY", "JUN", "JUL", "AUG", "SEP", "OCT", "NOV", "DEC"],
title: "Title",
zoomColor: "#0000FF10"
}
})

Expand Down
2 changes: 1 addition & 1 deletion savyg/package.json
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
{
"name": "savyg",
"private": false,
"version": "1.0.9",
"version": "1.1.0",
"description": "A savvy library to create svg elements and charts with ease",
"author": "Alec Lloyd Probert",
"repository": {
Expand Down
Loading

0 comments on commit 2616c7e

Please sign in to comment.