From a33f74e503ba8f6c786a40522548a64b470c2154 Mon Sep 17 00:00:00 2001 From: REJack Date: Wed, 25 Nov 2020 08:59:41 +0100 Subject: [PATCH] add uplot charts --- build/npm/Plugins.js | 5 + index.html | 6 + index2.html | 6 + index3.html | 6 + package-lock.json | 5 + package.json | 3 +- pages/UI/buttons.html | 6 + pages/UI/general.html | 6 + pages/UI/icons.html | 6 + pages/UI/modals.html | 6 + pages/UI/navbar.html | 6 + pages/UI/ribbons.html | 6 + pages/UI/sliders.html | 6 + pages/UI/timeline.html | 6 + pages/calendar.html | 6 + pages/charts/chartjs.html | 6 + pages/charts/flot.html | 6 + pages/charts/inline.html | 6 + pages/charts/uplot.html | 1004 +++++++ pages/examples/404.html | 6 + pages/examples/500.html | 6 + pages/examples/blank.html | 6 + pages/examples/contact-us.html | 6 + pages/examples/contacts.html | 6 + pages/examples/e-commerce.html | 6 + pages/examples/faq.html | 6 + pages/examples/invoice.html | 6 + pages/examples/language-menu.html | 6 + pages/examples/legacy-user-menu.html | 6 + pages/examples/pace.html | 6 + pages/examples/profile.html | 6 + pages/examples/project-add.html | 6 + pages/examples/project-detail.html | 6 + pages/examples/project-edit.html | 6 + pages/examples/projects.html | 6 + pages/forms/advanced.html | 6 + pages/forms/editors.html | 6 + pages/forms/general.html | 6 + pages/forms/validation.html | 6 + pages/gallery.html | 6 + pages/kanban.html | 6 + pages/layout/boxed.html | 6 + pages/layout/collapsed-sidebar.html | 6 + pages/layout/fixed-footer.html | 6 + pages/layout/fixed-sidebar-custom.html | 6 + pages/layout/fixed-sidebar.html | 6 + pages/layout/fixed-topnav.html | 6 + pages/layout/top-nav-sidebar.html | 6 + pages/mailbox/compose.html | 6 + pages/mailbox/mailbox.html | 6 + pages/mailbox/read-mail.html | 6 + pages/search/enhanced-results.html | 6 + pages/search/enhanced.html | 6 + pages/search/simple-results.html | 6 + pages/search/simple.html | 6 + pages/tables/data.html | 6 + pages/tables/jsgrid.html | 6 + pages/tables/simple.html | 6 + pages/widgets.html | 6 + plugins/uplot/uPlot.cjs.js | 3451 +++++++++++++++++++++++ plugins/uplot/uPlot.esm.js | 3431 +++++++++++++++++++++++ plugins/uplot/uPlot.iife.js | 3454 ++++++++++++++++++++++++ plugins/uplot/uPlot.iife.min.js | 2 + plugins/uplot/uPlot.min.css | 1 + 64 files changed, 11685 insertions(+), 1 deletion(-) create mode 100644 pages/charts/uplot.html create mode 100644 plugins/uplot/uPlot.cjs.js create mode 100644 plugins/uplot/uPlot.esm.js create mode 100644 plugins/uplot/uPlot.iife.js create mode 100644 plugins/uplot/uPlot.iife.min.js create mode 100644 plugins/uplot/uPlot.min.css diff --git a/build/npm/Plugins.js b/build/npm/Plugins.js index be017d54b..0390a2fb2 100644 --- a/build/npm/Plugins.js +++ b/build/npm/Plugins.js @@ -426,6 +426,11 @@ const Plugins = [ { from: 'node_modules/dropzone/dist/', to: 'plugins/dropzone' + }, + // uPlot + { + from: 'node_modules/uplot/dist/', + to: 'plugins/uplot' } ] diff --git a/index.html b/index.html index 99c517693..7271d3597 100644 --- a/index.html +++ b/index.html @@ -319,6 +319,12 @@

Inline

+ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +