mirror of
https://github.com/grafana/grafana.git
synced 2024-11-25 10:20:29 -06:00
677b765dab
* Adds color and stroke-dasharray support for node graph edges Adds support for providing color, highlighted color, and visual display of node graph edges as dashed lines via stroke-dasharray. * Updates node graph documentation * Updates documentation Adds default for `highlightedColor` * Update docs/sources/panels-visualizations/visualizations/node-graph/index.md Co-authored-by: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> * Update packages/grafana-data/src/utils/nodeGraph.ts Co-authored-by: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> * Update docs/sources/panels-visualizations/visualizations/node-graph/index.md Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> * Removes highlightedColor; deprecates highlighted Per [request](https://github.com/grafana/grafana/pull/83855#issuecomment-1999810826), deprecates `highlighted` in code and documentation, and removes `highlightedColor` as an additional property. `highlighted` will continue to be supported in its original state (makes the edge red), but is superseded if `color` is provided. * Update types.ts Missed a file in my last commit. Removes `highlightedColor` and deprecates `highlighted`. * Add test scenario in test data source --------- Co-authored-by: Fabrizio <135109076+fabrizio-grafana@users.noreply.github.com> Co-authored-by: Isabel Matwawana <76437239+imatwawana@users.noreply.github.com> Co-authored-by: Andrej Ocenas <mr.ocenas@gmail.com> |
||
---|---|---|
.. | ||
azuremonitor | ||
cloud-monitoring | ||
cloudwatch | ||
elasticsearch | ||
grafana-postgresql-datasource | ||
grafana-pyroscope-datasource | ||
grafana-testdata-datasource | ||
grafanads | ||
graphite | ||
influxdb | ||
legacydata | ||
loki | ||
mssql | ||
mysql | ||
opentsdb | ||
parca | ||
prometheus | ||
sqleng | ||
tempo | ||
Magefile.go |