feat(chart-area): replace ApexCharts with Lightweight Charts for area chart rendering
This commit is contained in:
@@ -710,6 +710,7 @@ export class DeesSimpleAppDash extends DeesElement {
|
||||
terminal.style.top = 'var(--banner-area-height, 0px)';
|
||||
terminal.style.left = '240px';
|
||||
terminal.style.right = '0px';
|
||||
terminal.style.height = 'auto';
|
||||
terminal.style.bottom = '24px';
|
||||
terminal.style.opacity = '0';
|
||||
terminal.style.transform = 'translateY(8px) scale(0.99)';
|
||||
|
||||
Reference in New Issue
Block a user