Skip to content
This repository has been archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #6 from SoftwareAG/Dev
Browse files Browse the repository at this point in the history
requiredVersion Patch fix
  • Loading branch information
YashPShah-swag authored Jun 10, 2024
2 parents 1bb7da1 + 4852aa2 commit 685f627
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 4 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
# Cumulocity Datapoint Charting Plugin [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.0/sag-ps-pkg-datapoints-charting-1.2.0.zip)
# Cumulocity Datapoint Charting Plugin [<img width="35" src="https://user-images.githubusercontent.com/32765455/211497905-561e9197-18b9-43d5-a023-071d3635f4eb.png"/>](https://github.com/SoftwareAG/cumulocity-datapoints-charting-widget-plugin/releases/download/1.2.1/sag-ps-pkg-datapoints-charting-1.2.1.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.

Expand Down Expand Up @@ -50,7 +50,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.0/sag-ps-pkg-datapoints-charting-1.2.0.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.1/sag-ps-pkg-datapoints-charting-1.2.1.zip) and install via Administrations --> Ecosystems --> Applications --> Packages .

## QuickStart

Expand Down
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "cumulocity-datapoints-charting-widget-plugin",
"version": "1.2.0",
"version": "1.2.1",
"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",
Expand Down Expand Up @@ -76,7 +76,7 @@
"isPackage": true,
"noAppSwitcher": true,
"package": "plugin",
"requiredPlatformVersion": ">=1016.0.0",
"requiredPlatformVersion": ">=1018.0.0",
"exports": [
{
"name": "Datapoints Charting Widget Plugin",
Expand Down

0 comments on commit 685f627

Please sign in to comment.