mirror of
https://github.com/Lissy93/dashy.git
synced 2025-07-22 13:14:58 +02:00
💄 Allows user to set chart colors and height
This commit is contained in:
parent
c5f9f5e216
commit
382d43f52c
@ -72,7 +72,7 @@ export default {
|
||||
title: `${this.asset} Price Chart`,
|
||||
data: this.chartData,
|
||||
type: 'axis-mixed',
|
||||
height: 200,
|
||||
height: this.chartHeight,
|
||||
colors: this.chartColors,
|
||||
truncateLegends: true,
|
||||
lineOptions: {
|
||||
|
@ -77,7 +77,7 @@ export default {
|
||||
title: `${this.stock} Price Chart`,
|
||||
data: this.chartData,
|
||||
type: 'axis-mixed',
|
||||
height: 200,
|
||||
height: this.chartHeight,
|
||||
colors: this.chartColors,
|
||||
truncateLegends: true,
|
||||
lineOptions: {
|
||||
|
Loading…
x
Reference in New Issue
Block a user