Skip to content

Commit

Permalink
Replaces Unicode character with HTML entity
Browse files Browse the repository at this point in the history
  • Loading branch information
tiesont authored and etimberg committed Oct 9, 2016
1 parent d21a853 commit c61ab01
Showing 1 changed file with 20 additions and 20 deletions.
40 changes: 20 additions & 20 deletions docs/10-Notes.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,31 +49,31 @@ Library Features

| Feature | Chart.js | D3 | HighCharts | Chartist |
| ------- | -------- | --- | ---------- | -------- |
| Completely Free | | | | |
| Canvas | | | | |
| SVG | | | | |
| Built-in Charts | | | | |
| 8+ Chart Types | | | | |
| Extendable to Custom Charts | | | | |
| Supports Modern Browsers | | | | |
| Extensive Documentation | | | | |
| Open Source | | | | |
| Completely Free | ✓ | ✓ | | ✓ |
| Canvas | ✓ | | | |
| SVG | | ✓ | ✓ | ✓ |
| Built-in Charts | ✓ | | ✓ | ✓ |
| 8+ Chart Types | ✓ | ✓ | ✓ | |
| Extendable to Custom Charts | ✓ | ✓ | | |
| Supports Modern Browsers | ✓ | ✓ | ✓ | ✓ |
| Extensive Documentation | ✓ | ✓ | ✓ | ✓ |
| Open Source | ✓ | ✓ | ✓ | ✓ |

Built in Chart Types

| Type | Chart.js | HighCharts | Chartist |
| ---- | -------- | ---------- | -------- |
| Combined Types | | | |
| Line | | | |
| Bar | | | |
| Horizontal Bar | | | |
| Pie/Doughnut | | | |
| Polar Area | | | |
| Radar | | | |
| Scatter | | | |
| Bubble | | | |
| Gauges | | | |
| Maps (Heat/Tree/etc.) | | | |
| Combined Types | ✓ | ✓ | |
| Line | ✓ | ✓ | ✓ |
| Bar | ✓ | ✓ | ✓ |
| Horizontal Bar | ✓ | ✓ | ✓ |
| Pie/Doughnut | ✓ | ✓ | ✓ |
| Polar Area | ✓ | ✓ | |
| Radar | ✓ | | |
| Scatter | ✓ | ✓ | ✓ |
| Bubble | ✓ | | |
| Gauges | | ✓ | |
| Maps (Heat/Tree/etc.) | | ✓ | |

### Popular Plugins

Expand Down

0 comments on commit c61ab01

Please sign in to comment.