Skip to content

Commit

Permalink
feat: chart line with zones option #1506
Browse files Browse the repository at this point in the history
  • Loading branch information
unocelli committed Dec 31, 2024
1 parent b556c3f commit 5f1b4c0
Show file tree
Hide file tree
Showing 6 changed files with 12 additions and 337 deletions.
4 changes: 4 additions & 0 deletions client/dist/assets/i18n/en.json
Original file line number Diff line number Diff line change
Expand Up @@ -249,6 +249,10 @@
"chart.config-interpo-stepBefore": "step before",
"chart.config-interpo-spline": "spline",
"chart.config-line-add-zone": "Add Zone",
"chart.config-line-zone-min": "Min",
"chart.config-line-zone-max": "Max",
"chart.config-line-zone-stroke": "Stroke",
"chart.config-line-zone-fill": "Fill",

"chart.property-data": "Data",
"chart.property-props": "Property",
Expand Down
2 changes: 1 addition & 1 deletion client/dist/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,6 @@
</div>
</div>
</app-root>
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.060518cfc6cd1872.js" type="module"></script>
<script src="runtime.8ef63094e52a66ba.js" type="module"></script><script src="polyfills.df504f67f09f2fbb.js" type="module"></script><script src="scripts.a58f5e48421f8dfe.js" defer></script><script src="main.531e997f48d9b76f.js" type="module"></script>

</body></html>

Large diffs are not rendered by default.

329 changes: 0 additions & 329 deletions client/dist/main.e2e7bb5e6d6ac413.js

This file was deleted.

2 changes: 1 addition & 1 deletion client/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa",
"version": "1.2.3-2106",
"version": "1.2.3-2125",
"keywords": [],
"author": "frangoteam <[email protected]>",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
Expand Down
2 changes: 1 addition & 1 deletion server/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "fuxa-server",
"version": "1.2.3-2106",
"version": "1.2.3-2125",
"description": "Web-based Process Visualization (SCADA/HMI/Dashboard) software",
"main": "main.js",
"scripts": {
Expand Down

0 comments on commit 5f1b4c0

Please sign in to comment.