You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+13-3Lines changed: 13 additions & 3 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -130,7 +130,7 @@ anychart | `<div anychart></div>` | Supports attributes specific to this directi
130
130
anygantt | `<div anygantt></div>` | Supports attributes specific to this directive and generates a chart from anygantt module (`ganttResource` and `ganttProject`)
131
131
anymap | `<div anymap></div>` |Supports attributes specific to this directive and generates a chart from anymap module (`choropleth`, `bubbleMap`, etc.).
132
132
anystock | `<div anystock></div>` | Supports attributes specific to this directive and generates a chart from anystock module (`anychart.stock`).
133
-
anychart-stage | `<div anychart-stage></div>` | Generates anychart [stage](http://docs.anychart.com/latest/Dashboards/Stage-Based_Layout) to deal with complex charts and any kind of custom drawing.
133
+
anychart-stage | `<div anychart-stage></div>` | Generates anychart [stage](https://docs.anychart.com/Dashboards/Stage-Based_Layout) to deal with complex charts and any kind of custom drawing.
134
134
135
135
136
136
#### `anychart` directive attributes
@@ -291,7 +291,7 @@ charts on the anychart stage and how to add the after-draw handler.
0 commit comments