-
Notifications
You must be signed in to change notification settings - Fork 1.9k
Open
Description
I am trying to make a minimal area chart with no success. It seems like it is not possible to remove "everything" including any paddings?

Config:
const chartOptions: DeepPartial<ChartOptions> = {
layout: {
attributionLogo: false,
},
handleScroll: false,
handleScale: false,
grid: {
vertLines: { visible: false },
horzLines: { visible: false },
},
crosshair: { mode: CrosshairMode.Hidden },
leftPriceScale: {
visible: false,
scaleMargins: { top: 0, bottom: 0 },
},
rightPriceScale: {
visible: false,
},
timeScale: {
visible: false,
},
};
I would love to either:
- Have an option to remove all whitespaces and paddings wo the chart goes from end-to-end of the canvas
- OR even a setting
minimal: true
that removes everything - OR have some more examples on the website/docs how to archive specific things
P.S. Here seems to be no padding on the left, but there is some at the right: https://www.tradingview.com/widget-docs/widgets/charts/mini-chart/
Metadata
Metadata
Assignees
Labels
No labels