Skip to content

Commit

Permalink
Remove bar background from live graphs
Browse files Browse the repository at this point in the history
  • Loading branch information
dennissiemensma committed Jul 6, 2022
1 parent 8d90b81 commit b7336fa
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 5 deletions.
2 changes: 0 additions & 2 deletions dsmr_frontend/static/dsmr_frontend/js/dsmr-reader/live/gas.js
Original file line number Diff line number Diff line change
Expand Up @@ -57,8 +57,6 @@ $(document).ready(function () {
{
name: 'm³',
type: GAS_GRAPH_STYLE,
showBackground: true,
backgroundStyle: BACKGROUND_STYLE_OPTIONS,
areaStyle: {},
data: xhr_data.currently_delivered,
smooth: true
Expand Down
3 changes: 0 additions & 3 deletions dsmr_frontend/templates/dsmr_frontend/live-graphs.html
Original file line number Diff line number Diff line change
Expand Up @@ -175,9 +175,6 @@
}
}
};
const BACKGROUND_STYLE_OPTIONS = {
color: 'rgba(180, 180, 180, 0.025)'
};
const TOOLTIP_OPTIONS = {
trigger: 'axis',
axisPointer: {
Expand Down

0 comments on commit b7336fa

Please sign in to comment.