Jai Bhagat
c4bc5ab352
ui: fix auto-fixable linting errors
2022-01-20 09:46:45 -05:00
Michael Lange
f1f124340b
Remove errant log line
2021-03-24 15:34:46 -07:00
Michael Lange
ae22c09398
Tests for PrimaryMetric::Allocation
2021-03-24 13:52:52 -07:00
Michael Lange
c066fdd80f
Sort and index multi-series data correctly in line chart
...
- Sorting must be done on copies to preserve orders.
- Indices should be reversed since rendering is also reversed (the back
layer (the tallest) is rendered first to create the stacking effect).
2021-03-24 13:52:51 -07:00
Michael Lange
744f86eb65
Move complex annotation hbs logic into JS
...
As @backspace pointed out, we're processing a bunch of other stuff
anyway, so might as well process the active state there too where it's
more likely to be expected.
2021-03-09 17:19:52 -08:00
Michael Lange
15b68cc00c
Integration test coverage for horizontal annotations and tooltips
2021-03-08 20:22:01 -08:00
Michael Lange
498d9d2b36
Factor the tooltip out of line-chart and into a primitive
2021-03-08 15:41:04 -08:00
Michael Lange
4a4e7f0af2
Don't deal with color classes at all in LineChart
...
Expect this to be set on the visual yielded components directly
2021-03-08 15:41:03 -08:00
Michael Lange
1c29f4688d
New HAnnotations chart primitive
2021-03-08 15:41:03 -08:00
Michael Lange
b2ea3d495a
Bring back the active annotation logic to the v-annotations primitive
2021-02-24 18:58:00 -08:00
Michael Lange
417416ca7d
Move curve logic into the area primitive
2021-02-24 18:58:00 -08:00
Michael Lange
9a430651c4
Move new glimmer style string to its own home
2021-02-23 10:18:58 -08:00
Michael Lange
af0f2ae092
Pull the VAnnotations primitive out of the LineChart component
2021-02-23 10:18:57 -08:00
Michael Lange
7512fcbf0a
Pull the Area chart primitive out of the LineChart component
2021-02-23 10:18:57 -08:00