Skip to content

Commit 60354b1

Browse files
Update README.md
1 parent ab91d2c commit 60354b1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: README.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -221,7 +221,7 @@ And here is a chart of the same data *quantized* by hour. The points before 5am
221221

222222
### Initialization
223223

224-
A chart is considered *initialized* if its constructor `OMHWebVisualizations.Chart( data, element, measureList, options );` completes. If, for example, no measures specified in the measureList argument can be found in the data argument, the constructor will not complete, and the chart will not be initialized. Initialization state is tracked by the `Chart.initialized` property, which can be used as a condition for rendering a chart or requesting its components after construction.
224+
A chart is considered *initialized* if its constructor `OMHWebVisualizations.Chart( data, element, measureList, options );` completes. If, for example, no measures specified in the `measureList` argument can be found in the `data` argument, the constructor will not complete, and the chart will not be initialized. Initialization state is tracked by the `Chart.initialized` property, which can be used as a condition for rendering a chart or requesting its components after construction.
225225

226226
###Rendering a chart
227227

0 commit comments

Comments
 (0)