Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 2 additions & 0 deletions src/.vuepress/config.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,6 +130,8 @@ module.exports = {
sidebarDepth: -1,
children: [
'/development/design-principles',
'/development/supported-features',
'/development/cheat-sheet',
'/development/roadmap',
]
},
Expand Down
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
255 changes: 1 addition & 254 deletions src/charts/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -22,257 +22,4 @@ Before using charts, check the development status. If a chart type is already re
| [Radar](./radar/) | <Badge type="warning" vertical="middle" text="Under Development" /> | `charts-css radar` |
| [Polar](./polar/) | <Badge type="warning" vertical="middle" text="Under Development" /> | `charts-css polar` |

## Supported Features

The current state of supported feature:

<style>
#features {
width: 100%;
max-width: 100%;
}
#features thead tr th:not(:first-of-type) {
transform: rotate(-90deg);
width: 40px;
height: 80px;
padding: 0;
text-align: start;
}
#features tbody tr th {
text-align: left;
font-weight: normal;
}
</style>
<table id="features">

<thead>
<tr>
<th scope="col"> Feature / Class </th>
<th scope="col"> Bar </th>
<th scope="col"> Column </th>
<th scope="col"> Area </th>
<th scope="col"> Line </th>
<th scope="col"> Radial </th>
<th scope="col"> Pie </th>
<th scope="col"> Radar </th>
<th scope="col"> Polar </th>
</tr>
</thead>

<tbody>
<tr>
<th scope="row"> <code>show-heading</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
</tr>
<tr>
<th scope="row"> [single dataset] </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-d /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>multiple</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>hide-data</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
</tr>
<tr>
<th scope="row"> <code>show-data-on-hover</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
</tr>
<tr>
<th scope="row"> <code>reverse</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>show-labels</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>labels-align-start</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>labels-align-center</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>labels-align-end</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>show-primary-axis</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
</tr>
<tr>
<th scope="row"> <code>show-*-secondary-axes</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
<td> <status-d /> </td>
</tr>
<tr>
<th scope="row"> <code>show-data-axes</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>data-spacing-*</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>datasets-spacing-*</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>reverse-data</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-d /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>reverse-datasets</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> <code>stacked</code> </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
<tr>
<th scope="row"> [tooltips] </th>
<td> <status-v /> </td>
<td> <status-v /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
<td> <status-x /> </td>
</tr>
</tbody>

</table>

* <status-v /> : Released and working.
* <status-d /> : Currently under development.
* <status-x /> : Not developed yet.
Also see the [supported features](/development/supported-features/) for each chart type.
7 changes: 6 additions & 1 deletion src/development/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,4 +9,9 @@ next: ./design-principles

If you are a passionate frontend developer looking for a new open source project to contribute to, you are welcome to suggest new ideas and send pull request that improve and extend the framework.

Make sure to read our [design principles](/development/design-principles/) and [roadmap](/development/roadmap/) before sending new pull requests.
## Charts.css Development

* [Design Principles](/development/design-principles/) - framework philosophical guidelines.
* [Supported Features](/development/supported-features/) - current state of supported features.
* [Cheat Sheet](/development/cheat-sheet/) - visual representation of charts.css anatomy.
* [Roadmap](/development/roadmap/) - future development timeline.
13 changes: 13 additions & 0 deletions src/development/cheat-sheet.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,13 @@
---
permalink: /development/cheat-sheet/
---

# Cheat Sheet

Visual representation of **charts.css anatomy**.

## Charts.css v0.9.0

<a href="/assets/pdf/charts-css-anatomy-0-9-0.pdf" target="_blank">
<img src="/assets/img/charts-css-anatomy-0-9-0.jpg" title="Charts.css 0.9.0 Anatomy">
</a>
Loading