Skip to content

Commit

Permalink
refactor: update charts
Browse files Browse the repository at this point in the history
  • Loading branch information
mrholek committed Oct 30, 2023
1 parent 04ade81 commit 8af3a4e
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions src/views/widgets/WidgetsDropdown.js
Original file line number Diff line number Diff line change
Expand Up @@ -89,6 +89,9 @@ const WidgetsDropdown = () => {
maintainAspectRatio: false,
scales: {
x: {
border: {
display: false,
},
grid: {
display: false,
drawBorder: false,
Expand Down Expand Up @@ -177,6 +180,9 @@ const WidgetsDropdown = () => {
maintainAspectRatio: false,
scales: {
x: {
border: {
display: false,
},
grid: {
display: false,
drawBorder: false,
Expand Down Expand Up @@ -362,6 +368,9 @@ const WidgetsDropdown = () => {
},
},
y: {
border: {
display: false,
},
grid: {
display: false,
drawBorder: false,
Expand Down

0 comments on commit 8af3a4e

Please sign in to comment.