Skip to content

Commit daeaec1

Browse files
committed
Fixed Taucharts name.
1 parent 3803816 commit daeaec1

File tree

14 files changed

+44
-44
lines changed

14 files changed

+44
-44
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
1-
TauCharts is a JavaScript charting library. It is based on the [D3](https://d3js.org) framework and 'Grammar of Graphics' concepts.
1+
Taucharts is a JavaScript charting library. It is based on the [D3](https://d3js.org) framework and 'Grammar of Graphics' concepts.
22

3-
TauCharts has a perfect visual design, it is flexible and powerful, and can be extended with plugins.
3+
Taucharts has a perfect visual design, it is flexible and powerful, and can be extended with plugins.
44

55
GitHub source: https://github.com/TargetProcess/tauCharts

SUMMARY.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
# Summary
22

33
* [Introduction](README.md)
4-
* [Why TauCharts?](why/README.md)
4+
* [Why Taucharts?](why/README.md)
55
* [Download](download/README.md)
66
* [Tutorials](tutorials/README.md)
77
* [1 min tutorial](tutorials/1min.md)

advanced/README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
This section digs deeper into TauCharts. Start with [TauCharts Language](tauchartslanguage.md) and then check other sections. You will understand how to create quite advanced charts, mix several charts together and use visual encoding.
1+
This section digs deeper into Taucharts. Start with [Taucharts Language](tauchartslanguage.md) and then check other sections. You will understand how to create quite advanced charts, mix several charts together and use visual encoding.

advanced/coordinates.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##Coordinates
22

3-
Coordinates is a basic building element in TauChart specification.
3+
Coordinates is a basic building element in Taucharts specification.
44

55
There are many types of coordinates:
66
* Cartesian
@@ -13,9 +13,9 @@ There are many types of coordinates:
1313
* Local / Global Maps
1414
* 3D
1515

16-
For now TauCharts supports Cartesian coordinates only — the most popular coordinate system.
16+
For now Taucharts supports Cartesian coordinates only — the most popular coordinate system.
1717

18-
In TauCharts cartesian coordinates are specified using *COORDS.RECT* type:
18+
In Taucharts cartesian coordinates are specified using *COORDS.RECT* type:
1919

2020
```javascript
2121
{

advanced/tauchartslanguage.md

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
1-
## TauChart language
1+
## Taucharts language
22

3-
The flexibility of TauChart library is powered by Charts Intermediate Language (CIL) which is inspired by Leland Wilkinson's work "Grammar of Graphics".
3+
The flexibility of Taucharts library is powered by Charts Intermediate Language (CIL) which is inspired by Leland Wilkinson's work "Grammar of Graphics".
44

55
CIL is a declarative language which describes the following aspects:
66
* [Data source](../datasource/README.md) structure (meta data)
@@ -91,7 +91,7 @@ By default inner element inherits parent properties like x, y, guide.
9191

9292
Here is how declarative specification transforms to a visual plot in 3 main steps:
9393

94-
1. **Build logical structure**. TauChart plot engine expands CIL specification to a tree structure based on data domain.
94+
1. **Build logical structure**. Taucharts plot engine expands CIL specification to a tree structure based on data domain.
9595
2. **Calculate Layout**. On this step layout engine traverses tree structure and calculates physical position and size for each item to fit the plot into the given area.
9696
3. **Draw**. On this stage the engine traverses the layout tree from previous step and calls drawer for each item with corresponding configuration.
9797

basic/composite.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
## Composite charts
22

3-
TauCharts API focuses on flexible composition architecture instead of rich taxonomy of chart types like many other libraries.
3+
Taucharts API focuses on flexible composition architecture instead of rich taxonomy of chart types like many other libraries.
44

55
This approach allows to build a facet charts by nesting coordinates into coordinates recursively as well as display many different elements (e.g. points, bars, lines) on the chart grid.
66

basic/facet.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ The Grammar of Graphics provides the following description of the *facet* term:
44

55
> The facet implies a little face, such as one of the sides of an object (e.g., a cut diamond) that has many faces. The word is useful for describing an object that creates many little graphics that are variations of a single graphic. In a graphical system, facets are frames of frames. Because of this recursion, facets make frames behave like points in the sense that the center of a frame can be located by coordinates derived from a facet. Thus we can use facets to make graphs of graphs or tables of graphs
66
7-
Simply speaking, in TauCharts facet charts group variables using X and Y coordinates. Facet charts help to compare information with many variables. You can use various combinations of axes to have just a single row: Y, X, X or a single column: Y, Y, X.
7+
Simply speaking, in Taucharts facet charts group variables using X and Y coordinates. Facet charts help to compare information with many variables. You can use various combinations of axes to have just a single row: Y, X, X or a single column: Y, Y, X.
88

99
Here is an example of a facet chart. As you see, there are 4 variables encoded using X and Y coordinates. First, on Y axis we see Teams and every small chart Y axis shows how many entities each team completed. X axis shows projects (TP and TP3) and then months.
1010

basic/guide.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -79,7 +79,7 @@ Ticks are small indicators on an axis that shows axis values.
7979

8080
#### tickFormat
8181

82-
*guide* allows to format tick labels using *tickFormat* property. TauCharts uses d3-based formatter. Check available [d3 format specifiers](https://github.com/mbostock/d3/wiki/Formatting#d3_format).
82+
*guide* allows to format tick labels using *tickFormat* property. Taucharts uses d3-based formatter. Check available [d3 format specifiers](https://github.com/mbostock/d3/wiki/Formatting#d3_format).
8383

8484
In the example below ticks on *x* axis are formatted using SI-prefix (e.g. "22000" printed as "22k").
8585

book.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
2-
"title": "TauCharts is a javascript graph library.",
3-
"description": "TauCharts is a JavaScript charting library. It is based on the [D3](http://d3js.org) framework and 'Grammar of Graphics' concepts.",
2+
"title": "Taucharts is a javascript graph library.",
3+
"description": "Taucharts is a JavaScript charting library. It is based on the [D3](http://d3js.org) framework and 'Grammar of Graphics' concepts.",
44
"gitbook": "2.x.x",
55
"plugins": [
66
"jsfiddle",

datasource/README.md

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
##Data source
22

3-
You can think of TauCharts API as a mapping between data variable set (data dimensions) and visual encoding parameters (X, Y, color and size).
3+
You can think of Taucharts API as a mapping between data variable set (data dimensions) and visual encoding parameters (X, Y, color and size).
44

55
```javascript
66
var plot = new tauCharts.Chart({
@@ -22,15 +22,15 @@ var plot = new tauCharts.Chart({
2222

2323
[example jsFiddle](https://jsfiddle.net/taucharts/q4ka1aw4/)
2424

25-
TauCharts requires the source data to be provided in a form of structured table which can be expressed in javascript as an array of same-typed objects (e.g. in example above: name, age, gender, hasChild).
25+
Taucharts requires the source data to be provided in a form of structured table which can be expressed in javascript as an array of same-typed objects (e.g. in example above: name, age, gender, hasChild).
2626

27-
By default TauCharts try to detect a dimension type which can be a category, order or measure.
27+
By default Taucharts try to detect a dimension type which can be a category, order or measure.
2828

2929
* **Category**: Represents data that can't be compared. Let's say, list of countries or names.
3030
* **Order**: As you might guess, represents data that can be ordered, but you can't say how bigger one value from the other. For example, you can say that Must Have is more important than Nice to Have, but you can't say that Must Have is twice as important.
3131
* **Measure**: That is easy. You can compare these variables, add them, multiply them, etc.
3232

33-
Using dimension type TauCharts tries to find the most appropriate scale for a dimension. Here is a list of default scales for corresponding dimension types:
33+
Using dimension type Taucharts tries to find the most appropriate scale for a dimension. Here is a list of default scales for corresponding dimension types:
3434

3535
| type | scale |
3636
| -- | -- |
@@ -67,7 +67,7 @@ var plot = new tauCharts.Chart({
6767

6868
You should pass data property as a primitive type (string, boolean) and define an **order** array that provides the order of categories.
6969

70-
For example, we have *priority* property in the data. It can be ordered, but TauCharts don't have a clue how to do that. In *dimensions* section you describe *priority* as *order* and set ['Low', 'Medium', 'High'] order.
70+
For example, we have *priority* property in the data. It can be ordered, but Taucharts don't have a clue how to do that. In *dimensions* section you describe *priority* as *order* and set ['Low', 'Medium', 'High'] order.
7171

7272
```javascript
7373
{
@@ -100,7 +100,7 @@ For example, we have *priority* property in the data. It can be ordered, but Tau
100100
101101
#### Nested objects in DataSource (DEPRECATED)
102102
103-
In previous examples we used only primitive values in data. TauCharts API allows you to pass nested objects as well. In this case you should specify which property is an identity and which property should be on axis ticks.
103+
In previous examples we used only primitive values in data. Taucharts API allows you to pass nested objects as well. In this case you should specify which property is an identity and which property should be on axis ticks.
104104
105105
This can be useful for visualizing complex entities which *potentially* can have non-unique names but have to be tracked by their unique identity (for example, Cities are non-unique).
106106
@@ -164,7 +164,7 @@ You can use nested objects to specify *ordered* dimensions:
164164

165165
#### Time-based dimensions
166166

167-
In TauCharts time-based data is expressed as *order* or *measure* dimension type on *period* or *time* scale.
167+
In Taucharts time-based data is expressed as *order* or *measure* dimension type on *period* or *time* scale.
168168

169169
```javascript
170170
{

0 commit comments

Comments
 (0)