grafana/pkg/tsdb
Rob 677b765dab
NodeGraph: Edge color and stroke-dasharray support (#83855)
* 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>
2024-03-18 16:26:22 +01:00
..
azuremonitor Chore: Update grafana-plugin-sdk (#84289) 2024-03-12 17:13:23 +01:00
cloud-monitoring Google Cloud Monitor: Fix res being accessed after it becomes nil in promql_query.go (#84223) 2024-03-12 10:38:16 +01:00
cloudwatch Cloudwatch: Remove cloudWatchWildCardDimensionValues feature toggle (#84329) 2024-03-15 09:49:53 -04:00
elasticsearch Elasticsearch: Fix using of individual query time ranges when querying (#84201) 2024-03-13 12:49:35 +02:00
grafana-postgresql-datasource postgres: improve snapshot-tests for long/wide situations (#84387) 2024-03-14 12:37:04 +01:00
grafana-pyroscope-datasource Pyroscope: Fix template variable support (#84477) 2024-03-18 14:25:47 +01:00
grafana-testdata-datasource NodeGraph: Edge color and stroke-dasharray support (#83855) 2024-03-18 16:26:22 +01:00
grafanads Storage: Add maxFiles to list functions (#76414) 2023-11-01 09:42:24 -07:00
graphite Plugins: Update PDC pattern from latest plugin SDK changes (#76576) 2023-10-16 16:40:04 +02:00
influxdb InfluxDB: Add configuration option for enabling insecure gRPC connections (#83834) 2024-03-12 13:36:11 +01:00
legacydata QueryService: Use types from sdk (#84029) 2024-03-08 18:12:59 +02:00
loki Loki: Fix null pointer exception in case request returned an error (#84398) 2024-03-13 18:14:21 +01:00
mssql mssql: socks proxy: use plugin-sdk (#82407) 2024-02-15 12:01:18 +01:00
mysql mysql: do not use unexported grafana-core config (#83062) 2024-02-22 14:22:14 +01:00
opentsdb OpenTSDB: Use refid to support alerting on multiple queries (#77575) 2023-11-03 10:15:31 -04:00
parca Parca: Add standalone building configuration (#79896) 2024-01-02 16:36:57 +01:00
prometheus Chore: Use mapUtil from grafana-plugin-sdk-go (#84297) 2024-03-12 10:08:10 -05:00
sqleng sql: remove unused code (#82527) 2024-02-15 12:25:35 +01:00
tempo Tempo: Deprecate old search (#84498) 2024-03-18 09:17:10 +00:00
Magefile.go Chore: Fix rootDir path when compiling core ds (#82068) 2024-02-07 13:00:13 +01:00