saving
This commit is contained in:
@@ -59,10 +59,11 @@ async function create_tv() {
|
||||
secondsVisible: true // Optional: show seconds
|
||||
},
|
||||
rightPriceScale: {
|
||||
visible: true
|
||||
visible: true,
|
||||
autoScale: true
|
||||
},
|
||||
leftPriceScale: {
|
||||
visible: true
|
||||
visible: true
|
||||
},
|
||||
|
||||
layout: {
|
||||
@@ -102,10 +103,12 @@ async function create_tv() {
|
||||
window.lineSeries_c = chart.addSeries(LightweightCharts.LineSeries, {
|
||||
color: '#ea0707',
|
||||
priceScaleId: 'left',
|
||||
priceRange: {
|
||||
minValue: 0,
|
||||
maxValue: 1
|
||||
},
|
||||
autoscaleInfoProvider: () => ({
|
||||
priceRange: {
|
||||
minValue: 0.0,
|
||||
maxValue: 1.0
|
||||
}
|
||||
})
|
||||
// topColor: '#94fcdf',
|
||||
// bottomColor: 'rgba(112, 171, 249, 0.28)',
|
||||
// invertFilledArea: false
|
||||
|
||||
Reference in New Issue
Block a user