Skip to content

Commit

Permalink
Fix README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
silsha authored May 1, 2017
1 parent 038605b commit a4a52bf
Showing 1 changed file with 8 additions and 8 deletions.
16 changes: 8 additions & 8 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,12 +1,12 @@
#TablePress Extension: Chartist
# TablePress Extension: Chartist

![Sample chart](wp-assets/screenshot-1.jpg)

##About
## About

Using [Chartist.js](http://gionkunz.github.io/chartist-js/), this [TablePress](https://tablepress.org/) Extension creates a responsive chart based on the data in a TablePress table.

##Usage
## Usage

Add the Shortcode `[table-chart id=123 /]` to a post or page to create a chart from the TablePress table 123.

Expand All @@ -29,7 +29,7 @@ Add the Shortcode `[table-chart id=123 /]` to a post or page to create a chart f
If the "Table Head Row" option is enabled for the table, the Extension will use the head row data for the chart labels.
The other rows will be shown as lines or bars. Pie or percent charts will only use the first data row. Percent charts will ignore the header row.

##CSS customizations
## CSS customizations

If you'd like to overide [the default style](http://gionkunz.github.io/chartist-js/getting-started.html#the-sass-way), you can add a `tablepress-chartist-custom.css` in `wp-content` directory. It will be loaded after the Extension's default CSS file `libdist/chartist.min.css`.

Expand Down Expand Up @@ -57,15 +57,15 @@ If you'd like to overide [the default style](http://gionkunz.github.io/chartist-
}
```

##Installation
## Installation

**Prerequisite:** The [TablePress](https://tablepress.org/) plugin

1. In `Plugins->Add New`, search for `tablepress chartist`
1. Click `Install Now`
1. When the plugin is installed, activate it.

##Changelog
## Changelog
* 0.9 Updated chartist.js to 0.11.0
* 0.8 Added support for pie charts with percent labels, added animation for bar charts. Added parameters `label_offset`, `chart_padding` and `donut_width`.
* 0.7 Added support for horizontal bars, stacked bars and donut charts.
Expand All @@ -77,12 +77,12 @@ If you'd like to overide [the default style](http://gionkunz.github.io/chartist-
* 0.2 Added more optional parameters.
* 0.1 Initial release (i.e. an early beta).

##Credits
## Credits

* Gion Kunz for creating [Chartist.js](http://gionkunz.github.io/chartist-js/)
* Tobias Bäthge for creating [TablePress](https://tablepress.org/)

##Copyright and License
## Copyright and License

TablePress Extension: Chartist is copyright 2014 Per Soderlind

Expand Down

0 comments on commit a4a52bf

Please sign in to comment.