Skip to content

Commit

Permalink
grid line color change (#81)
Browse files Browse the repository at this point in the history
Co-authored-by: Ludek Novy <[email protected]>
  • Loading branch information
ludeknovy and nvldk authored Oct 2, 2020
1 parent 32c1964 commit 0b928f2
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/graphs/item-detail.ts
Original file line number Diff line number Diff line change
Expand Up @@ -51,12 +51,14 @@ export const commonGraphSettings: any = (text) => {
crosshair: true,
},
yAxis: [{
gridLineColor: '#f2f2f2',
lineWidth: 0,
title: {
text
},
},
{
gridLineColor: '#f2f2f2',
lineWidth: 0,
opposite: true,
title: {
Expand All @@ -71,12 +73,14 @@ export const overallChartSettings = (text) => {
const commonSettings = commonGraphSettings(text);
const yAxis = [
{
gridLineColor: '#f2f2f2',
lineWidth: 0,
title: {
text: 'hits/s'
},
},
{
gridLineColor: '#f2f2f2',
lineWidth: 0,
opposite: true,
title: {
Expand Down

0 comments on commit 0b928f2

Please sign in to comment.