💄 Allows user to set chart colors and height

This commit is contained in:
Alicia Sykes 2021-12-16 00:46:23 +00:00
parent c5f9f5e216
commit 382d43f52c
2 changed files with 2 additions and 2 deletions

View File

@ -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: {

View File

@ -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: {