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 moment = moment;
|
||||
private chartOptions = {
|
||||
markers: { size: 6 },
|
||||
noData: { text: 'no data',
|
||||
style: { fontSize: '18px' } },
|
||||
stroke: { curve: 'smooth' },
|
||||
stroke: { curve: 'straight' },
|
||||
xaxis: { type: 'datetime' }
|
||||
};
|
||||
|
||||
|
@ -9,7 +9,7 @@ export class SimpleSummaryGraph extends Vue {
|
||||
private chartOptions = {
|
||||
chart: { sparkline: { enabled: true } },
|
||||
grid: { padding: { top: 20 }},
|
||||
stroke: { curve: 'smooth' },
|
||||
stroke: { curve: 'straight' },
|
||||
noData: { text: 'no data',
|
||||
style: { fontSize: '18px' } },
|
||||
xaxis: { type: 'datetime' }
|
||||
|
Loading…
x
Reference in New Issue
Block a user