diff --git a/README.md b/README.md index ffd4623..5603b3f 100644 --- a/README.md +++ b/README.md @@ -1,4 +1,8 @@ -# Cumulocity Datapoint Charting Plugin [](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.1/sag-ps-pkg-datapoints-charting-1.2.1.zip) +# Deprecation notice +This plugin is not further developed and it might break with upcoming Cumulocity IoT releases. Use it at your own risk. + +The repository is archived but feel free to fork & adapt it to your needs in a new repo. +# Cumulocity Datapoint Charting Plugin [](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.2/sag-ps-pkg-datapoints-charting-1.2.2.zip) This Cumulocity Datapoint Charting Widget Plugin is the Cumulocity module federation plugin created using c8ycli. This plugin can be used in Application Builder or Cockpit. This plugin is to create charts showing data from one or more devices. You can create many chart types including line, spline, bar, radar, scatter and bubble. @@ -50,7 +54,7 @@ The Datapoint Charting Widget Plugin currently supports the following chart type ### Runtime Widget Deployment? -This Cumulocity Datapoint Charting Widget Plugin supports runtime deployment. Download the [Runtime Binary](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.1/sag-ps-pkg-datapoints-charting-1.2.1.zip) and install via Administrations --> Ecosystems --> Applications --> Packages . +This Cumulocity Datapoint Charting Widget Plugin supports runtime deployment. Download the [Runtime Binary](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.2/sag-ps-pkg-datapoints-charting-1.2.2.zip) and install via Administrations --> Ecosystems --> Applications --> Packages . ## QuickStart @@ -169,6 +173,6 @@ The above chart is a basic line chart, but you can use the ability to plot data ------------------------------ -This widget is provided as-is and without warranty or support. They do not constitute part of the Software AG product suite. Users are free to use, fork and modify them, subject to the license agreement. While Software AG welcomes contributions, we cannot guarantee to include every contribution in the master project. +This widget is provided as-is and without warranty or support. They do not constitute part of the Cumulocity product suite. Users are free to use, fork and modify them, subject to the license agreement. While Cumulocity GmbH welcomes contributions, we cannot guarantee to include every contribution in the master project. _____________________ For more information you can Ask a Question in the [TECH Community Forums](https://tech.forums.softwareag.com/tag/Cumulocity-IoT). diff --git a/package.json b/package.json index 3808270..87b900b 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "cumulocity-datapoints-charting-widget-plugin", - "version": "1.2.1", + "version": "1.2.2", "description": "The Cumulocity Datapoints Charting Widget allows you to create charts showing data from one or more devices. You can create many chart types including line, spline, bar, radar, scatter and bubble.", "scripts": { "start": "c8ycli server", @@ -15,7 +15,7 @@ "Plugin", "Widget" ], - "author": "Software AG, Global Presales", + "author": "Cumulocity Ecosystem", "license": "Apache-2.0", "dependencies": { "@angular/animations": "14.0.6",