Skip to content

Commit

Permalink
fix: updated collapsable and connectors examples
Browse files Browse the repository at this point in the history
  • Loading branch information
ahmed.alatawi committed Jul 4, 2020
1 parent 0f5e4f8 commit 2f30cae
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/app/demo-charts/collapsable/collapsable.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container">
<p>Collapsable Chart</p>
<p>Collapsable Chart: supports mouse click and drag-drop events.</p>

<ngx-treant-chart
[chartId]="collapsableStructureId"
Expand Down
2 changes: 1 addition & 1 deletion src/app/demo-charts/connectors/connectors.component.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<div class="container">
<p>Connectors Chart</p>
<p>Connectors Chart: supports mouse click, double-click, and drag-drop events.</p>

<ngx-treant-chart
[chartId]="connectorsId"
Expand Down

0 comments on commit 2f30cae

Please sign in to comment.