Use straight lines on simple measure graphs.
This commit is contained in:
parent
35a116abbb
commit
744ad9211b
@ -15,9 +15,10 @@ export class SimpleDetails extends Vue {
|
|||||||
// private newMeasurement;
|
// private newMeasurement;
|
||||||
private moment = moment;
|
private moment = moment;
|
||||||
private chartOptions = {
|
private chartOptions = {
|
||||||
|
markers: { size: 6 },
|
||||||
noData: { text: 'no data',
|
noData: { text: 'no data',
|
||||||
style: { fontSize: '18px' } },
|
style: { fontSize: '18px' } },
|
||||||
stroke: { curve: 'smooth' },
|
stroke: { curve: 'straight' },
|
||||||
xaxis: { type: 'datetime' }
|
xaxis: { type: 'datetime' }
|
||||||
};
|
};
|
||||||
|
|
||||||
|
@ -9,7 +9,7 @@ export class SimpleSummaryGraph extends Vue {
|
|||||||
private chartOptions = {
|
private chartOptions = {
|
||||||
chart: { sparkline: { enabled: true } },
|
chart: { sparkline: { enabled: true } },
|
||||||
grid: { padding: { top: 20 }},
|
grid: { padding: { top: 20 }},
|
||||||
stroke: { curve: 'smooth' },
|
stroke: { curve: 'straight' },
|
||||||
noData: { text: 'no data',
|
noData: { text: 'no data',
|
||||||
style: { fontSize: '18px' } },
|
style: { fontSize: '18px' } },
|
||||||
xaxis: { type: 'datetime' }
|
xaxis: { type: 'datetime' }
|
||||||
|
Loading…
x
Reference in New Issue
Block a user