-
-
Notifications
You must be signed in to change notification settings - Fork 2
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* update docs * add links to docs in readme. * fix thermo link
- Loading branch information
Showing
6 changed files
with
55 additions
and
22 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
--- | ||
"@embr-modules/thermo": patch | ||
--- | ||
|
||
(docs) Fix scripting hint signature for `specificGibbsFreeEnergy`. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,37 +1,42 @@ | ||
# Embr Charts Module [<img src="https://cdn.mussonindustrial.com/files/public/images/emblem.svg" alt="Musson Industrial Logo" width="90" height="40" align="right">][embr] | ||
|
||
[![Build](https://github.com/mussonindustrial/embr/actions/workflows/build.yml/badge.svg)]() | ||
[![version](https://img.shields.io/github/v/release/mussonindustrial/embr?filter=*charts*&label=Latest)](CHANGELOG.md) | ||
[![Ignition](https://img.shields.io/badge/Ignition-8.1.33+-rebeccapurple.svg)](https://inductiveautomation.com/) | ||
[![Documentation](https://img.shields.io/badge/Documentation-docs.mussonindustrial.com-white.svg?logo=docusaurus)](https://docs.mussonindustrial.com/docs/ignition-modules/embr-charts) | ||
|
||
An Ignition module that adds a collection of enhanced Perspective charting components. | ||
|
||
## Getting Started | ||
|
||
1. Download the [latest version] from [releases]. | ||
2. Install the module through the Ignition Gateway web interface. | ||
|
||
### Module Documentation | ||
- `#TODO` [Module documentation][documentation] | ||
|
||
- [Module documentation] is available at [docs.mussonindustrial.com]. | ||
|
||
### Component Directory | ||
|
||
| Name | Category | Description | | ||
|----------------------------------------------------|-----------|---------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------| | ||
| [Chart.js Component](./docs/components/chartjs.md) | Charting | Chart.js renders chart elements on an HTML5 canvas unlike other D3.js-based charting libraries that render as SVG. Canvas rendering makes Chart.js very performant, especially for large datasets and complex visualizations that would otherwise require thousands of SVG nodes in the DOM tree. | | | ||
|
||
--- | ||
|
||
## Changelog | ||
The [changelog](./CHANGELOG.md) is regularly updated to reflect what's changed in each new release. | ||
|
||
The [changelog](./CHANGELOG.md) is regularly updated to reflect what's changed in each new release. | ||
|
||
## Sponsors | ||
Maintenance of this project is made possible by all the [contributors] and [sponsors]. | ||
If you'd like to sponsor this project and have your avatar or company logo appear below [click here](https://github.com/sponsors/mussonindustrial). 💖 | ||
|
||
Maintenance of this project is made possible by all the [contributors] and [sponsors]. | ||
If you'd like to sponsor this project and have your avatar or company logo appear below [click here](https://github.com/sponsors/mussonindustrial). 💖 | ||
|
||
[embr]: https://github.com/mussonindustrial/embr | ||
[releases]: https://github.com/mussonindustrial/embr/releases | ||
[documentation]: https://docs.mussonindustrial.com/ | ||
[docs.mussonindustrial.com]: https://docs.mussonindustrial.com | ||
[Module documentation]: https://docs.mussonindustrial.com/docs/ignition-modules/embr-charts | ||
[contributors]: https://github.com/JamesIves/github-pages-deploy-action/graphs/contributors | ||
[sponsors]: https://github.com/sponsors/mussonindustrial | ||
[latest version]: https://github.com/mussonindustrial/embr/releases?q=embr-charts&expanded=true | ||
[Chart.js]: https://www.chartjs.org/ | ||
[Chart.js documentation]: https://www.chartjs.org/docs/latest/ | ||
[Chart.js Addons]: https://github.com/chartjs/awesome | ||
[Swiper]: https://swiperjs.com/ | ||
[Swiper documentation]: https://swiperjs.com/swiper-api#parameters |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters