Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
C
c3-closed
Project
Project
Details
Activity
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
Evgeny
c3-closed
Commits
ef6c9e27
Commit
ef6c9e27
authored
Oct 12, 2015
by
Evgeny
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Use bold
parent
ad02492d
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
5 deletions
+5
-5
README.md
README.md
+5
-5
No files found.
README.md
View file @
ef6c9e27
...
@@ -14,11 +14,11 @@ Our current improvements
...
@@ -14,11 +14,11 @@ Our current improvements
#### Working with data
#### Working with data
*
chart.loadColumns([[id, values...], [...]])
*
*
*chart.loadColumns([[id, values...], [...]])*
*
Loads given columns. Alias to chart.load({columns:
[
[id, values...
]
, ...]});
Loads given columns. Alias to chart.load({columns:
[
[id, values...
]
, ...]});
*
chart.appendToColumn(column)
*
*
*chart.appendToColumn(column)*
*
Append given values to sequence
Append given values to sequence
...
@@ -29,7 +29,7 @@ Usage:
...
@@ -29,7 +29,7 @@ Usage:
// Now data is [0, 50, 100, 200]
// Now data is [0, 50, 100, 200]
```
```
*
chart.popFromColumn(id, amount)
*
*
*chart.popFromColumn(id, amount)*
*
Pops given amount from sequence
Pops given amount from sequence
...
@@ -40,7 +40,7 @@ Usage:
...
@@ -40,7 +40,7 @@ Usage:
// Now data is [0, 100]
// Now data is [0, 100]
```
```
*
chart.setValue(id, index, value)
*
*
*chart.setValue(id, index, value)*
*
Sets value for given sequence and index. If no value is presented in index, new value is appended to sequence.
Sets value for given sequence and index. If no value is presented in index, new value is appended to sequence.
```
js
```
js
...
@@ -53,7 +53,7 @@ Sets value for given sequence and index. If no value is presented in index, new
...
@@ -53,7 +53,7 @@ Sets value for given sequence and index. If no value is presented in index, new
// Now data is [0, 100, 400, 300, 20]
// Now data is [0, 100, 400, 300, 20]
```
```
*
chart.getValue(id, index)
*
*
*chart.getValue(id, index)*
*
Gets value for given sequence and index.
Gets value for given sequence and index.
```
js
```
js
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment