mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
XYChart: Beta release (#55973)
* Bump state from alpha to beta * Sync manual pointsize max with auto one * Add xyChart to list
This commit is contained in:
parent
8eea6f7f4f
commit
7b93d85a85
@ -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…
Reference in New Issue
Block a user