Fix distorted tooltip (#1088)
* Fix distorted tooltip * Update changelog
This commit is contained in:
@@ -8,6 +8,5 @@
|
||||
></ngx-skeleton-loader>
|
||||
<canvas
|
||||
#chartCanvas
|
||||
class="h-100"
|
||||
[ngStyle]="{ display: isLoading ? 'none' : 'block' }"
|
||||
></canvas>
|
||||
|
@@ -175,6 +175,7 @@ export class LineChartComponent implements AfterViewInit, OnChanges, OnDestroy {
|
||||
data,
|
||||
options: {
|
||||
animation: false,
|
||||
aspectRatio: 16 / 9,
|
||||
elements: {
|
||||
point: {
|
||||
hoverBackgroundColor: getBackgroundColor(),
|
||||
|
Reference in New Issue
Block a user