Skip to content

Commit

Permalink
feat: bar graph entity
Browse files Browse the repository at this point in the history
  • Loading branch information
gitanjli525 committed Sep 24, 2024
1 parent 7341ed0 commit 2533006
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
3 changes: 0 additions & 3 deletions src/screens/NewAnalytics/Graphs/BarGraph/BarGraphTypes.res
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,6 @@ type enabled = {enabled: bool}
type credits = {
...enabled,
}
type exporting = {
...enabled,
}
type marker = {
...enabled,
}
Expand Down
4 changes: 2 additions & 2 deletions src/screens/NewAnalytics/Graphs/BarGraph/BarGraphUtils.res
Original file line number Diff line number Diff line change
Expand Up @@ -22,16 +22,16 @@ let getBarGraphOptions = (barGraphOptions: barGraphPayload) => {
tickmarkPlacement: "on",
endOnTick: false,
startOnTick: false,
gridLineDashStyle: "Dash",
gridLineWidth: 1,
gridLineDashStyle: "Dash",
gridLineColor: "#e6e6e6",
min: 0,
},
yAxis: {
title,
gridLineWidth: 1,
gridLineColor: "#e6e6e6",
gridLineDashStyle: "Solid",
gridLineColor: "#e6e6e6",
tickInterval: 25,
min: 0,
max: 100,
Expand Down

0 comments on commit 2533006

Please sign in to comment.