kibana/packages/kbn-chart-icons
Nick Partridge af5645247e
[Lens] Replace expression_gauge from Goal to Bullet (#177766)
## Summary

Migrates the Lens `Bullet Horizontal` and `Bullet Vertical` charts to the new design. Adds the `Semi-circular Gauge`, `Arc Gauge` and `Circular Gauge` chart types to Lens. See comparison between old and new designs below.

### Horizontal Bullet

<img width="891" alt="image"
src="18c3ec03-203f-4058-a543-4c7bde58dfd2">

### Vertical Bullet

<img width="736" alt="image"
src="f3da410a-8003-4647-8027-f6a13416aa38">

### Semi-circular Gauge

<img width="870" alt="image"
src="b1b3cc1b-1155-4fac-8ae7-fb1992fdfa99">

### Arc Gauge

<img width="849" alt="image"
src="bf552604-44cf-4db8-819d-a4d1558fc679">

### Circular Gauge

<img width="846" alt="image"
src="19ee5dc3-fd86-434c-ad62-6063361f60e5">
2024-03-26 08:42:13 -07:00
..
.storybook [Lens] Move custom chart icons into lens package (#138413) 2022-08-17 13:24:18 +03:00
src [Lens] Replace expression_gauge from Goal to Bullet (#177766) 2024-03-26 08:42:13 -07:00
index.ts [Lens] Replace expression_gauge from Goal to Bullet (#177766) 2024-03-26 08:42:13 -07:00
jest.config.js [Lens] Move custom chart icons into lens package (#138413) 2022-08-17 13:24:18 +03:00
kibana.jsonc Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00
package.json [Lens] Make illustrations package treeshakeable (#156669) 2023-05-05 15:11:31 +02:00
README.md [Lens] Move custom chart icons into lens package (#138413) 2022-08-17 13:24:18 +03:00
tsconfig.json Transpile packages on demand, validate all TS projects (#146212) 2022-12-22 19:00:29 -06:00

@kbn/chart-icons

This package contains svg shared assets used in charts

It can be removes when the EuiIllustrations initiative is shipped.