XYChart: Beta release (#55973)

* Bump state from alpha to beta

* Sync manual pointsize max with auto one

* Add xyChart to list
pull/56184/head^2
Victor Marin 3 years ago committed by GitHub
parent 8eea6f7f4f
commit 7b93d85a85
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 36
      pkg/tests/api/plugins/data/expectedListResp.json
  2. 2
      public/app/plugins/panel/xychart/ManualEditor.tsx
  3. 2
      public/app/plugins/panel/xychart/plugin.json

@ -1589,6 +1589,42 @@
"signatureType": "",
"signatureOrg": ""
},
{
"name": "XY Chart",
"type": "panel",
"id": "xychart",
"enabled": true,
"pinned": false,
"info": {
"author": {
"name": "Grafana Labs",
"url": "https://grafana.com"
},
"description": "",
"links": null,
"logos": {
"small": "public/app/plugins/panel/xychart/img/icn-xychart.svg",
"large": "public/app/plugins/panel/xychart/img/icn-xychart.svg"
},
"build": {},
"screenshots": null,
"version": "",
"updated": ""
},
"dependencies": {
"grafanaDependency": "",
"grafanaVersion": "*",
"plugins": []
},
"latestVersion": "",
"hasUpdate": false,
"defaultNavUrl": "/plugins/xychart/",
"category": "",
"state": "beta",
"signature": "internal",
"signatureType": "",
"signatureOrg": ""
},
{
"name": "Zipkin",
"type": "datasource",

@ -115,7 +115,7 @@ export const ManualEditor = ({
value={value[selected].pointSize!}
context={context}
onChange={(field) => onFieldChange(field, selected, 'pointSize')}
item={{ settings: { min: 1, max: 50 } } as any}
item={{ settings: { min: 1, max: 100 } } as any}
/>
</Field>
</div>

@ -2,7 +2,7 @@
"type": "panel",
"name": "XY Chart",
"id": "xychart",
"state": "alpha",
"state": "beta",
"info": {
"author": {

Loading…
Cancel
Save