Skip to content

Commit

Permalink
fix(chart): change chart property access modifier from private to pub…
Browse files Browse the repository at this point in the history
…lic (#565)

Co-authored-by: Sarin Udompanish <[email protected]>
  • Loading branch information
Sarin-Udompanish and Sarin Udompanish authored Jan 6, 2023
1 parent c1df49b commit a25a506
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/elements/src/chart/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ export class Chart extends BasicElement {
/**
* Chart.js object
*/
private chart: ChartJS | null = null;
public chart: ChartJS | null = null;

/**
* Chart configurations. Same configuration as ChartJS
Expand Down

0 comments on commit a25a506

Please sign in to comment.