🩹 Minor formatting fix for stock and crypto price widgets
This commit is contained in:
@@ -121,9 +121,9 @@ export default {
|
||||
});
|
||||
// // Combine results with chart config
|
||||
this.chartData = {
|
||||
labels: priceLabels,
|
||||
labels: priceLabels.reverse(),
|
||||
datasets: [
|
||||
{ name: `Price ${this.priceTime}`, type: 'bar', values: priceValues },
|
||||
{ name: `Price ${this.priceTime}`, type: 'bar', values: priceValues.reverse() },
|
||||
],
|
||||
};
|
||||
// // Call chart render function
|
||||
|
||||
Reference in New Issue
Block a user