Commit 229b942
feat: Charts v0.1 release (#2)
* Fix retrieval of error bar points
* Use test classes in tooltip details
* Add coverage
* Add coverage
* Update tests
* Refactor dev page
* Override tooltip content based on page settings
* Add chart with 3 lines
* Remove unsupported types from dev page
* Fix aria label
* support large series nav
* sorted group points in nav
* wip: non-sticky points
* wip: group highlight
* scatter demos
* chart-extra
* scrollable tooltip
* demos structure
* demos structure
* demos structure
* fix points order in thresholds
* fix destroyed points crash
* custom highlighting control
* target placement
* scatter chart improvements
* take keyboard nav from dismissed point place
* highlight halo
* better hovering
* Customize font size of custom footer in error bars examples
* Render error bar series name in tooltip by default
* fix cursor placement
* fix tooltip for duplicate points
* Restyle default error bar tooltip
* Remove spacing above key-value details in tooltip
* improve tooltip behaviour
* restore highlight on re-render
* fix test
* Accept multiple error bar series per series
* Add multiple error bars to one example
* Update Documenter snapshot
* refactor colour counter fix
* advanced navigation announcements
* formatted point announcements
* use aria-hidden for hr and markers
* improve nav outline size
* a11y fix for legend
* Preserve sort order of error bar series on render
* Import design-tokens from node_modules
* Add coverage for ':previous' selector
* Always return errorRanges array in tooltip render callback
* Update example
* Refactor error bar unit tests
* Refactor error bar unit tests
* Emit warnings for unsupported usages of errorbar series
* Only validate series when they change
* fix navigation direction
* correct nav direction for pie
* clean migration pages
* Optionally add tooltip sub-items to error bars dev page
* Remove leftover assertion
* Re-add coverage for warning in tooltip
* Fine tune styles
* Disable release workflow
* Only add footnote when some error bar is present in the tooltip
* Remove undesired divider
* wip: refactoring chart core
* fix keyboard page nav
* code comment fix
* core-line-chart demo
* moved tooltip utils to core
* custom tooltip snapping
* throttle
* axes to core
* snap 0 -> 4
* refactored tooltip definitions
* default tooltip content in core
* smallfix
* simplify default markers
* show markers for isolated points
* respect showInLegend config for series
* reorganize core components
* move tooltip tracks to tooltip-extra
* small fix in nav controller
* chart extra base
* refactored chart api
* svg renderer pool
* resolve pointer corner cases
* improved renderer utils
* Add innerValue and innerDescription to donut chart dev page
* Revert "Disable release workflow"
This reverts commit b036ef0.
* Update Documented snapshot
* Fix custom pie segment title rendering
* Restore pie chart custom tooltip tests
* Remove unreachable code
* Add coverage for donut chart
* Fix ARIA label in dev page
* simpler api
* clear highlight on tooltip dismiss
* legend item highlighted state
* internal legend visibility mode
* refactor chart-extra
* refactor chart-extra
* update documenter snapshot
* Add test coverage
* Set whisker length to 9px
* codestyle fix
* updated highlighted detail indicator style
* Set whisker length to 13px
* update thresholds computation to exclude other thresholds
* fix filter props propagation
* refactor core components
* refactor core filters code
* refactor chart-core
* refactor chart core
* refactor core chart utils
* lockfile v2
* Remove unnecessary options props from internal charts
* Fine tune test for coverage
* Split multiple error bars per series to separate example
* Refactor internal pie chart to not accept Highcharts options
* npm install
* fix pacakge lock
* fix eslint errors
* Group error ranges in dev page tooltip footer
* fix rects for boost cahrts
* nodata responsiveness
* fix group a11y description
* small changes to test pages
* Set whisker length to 17px
* fix points accessible name
* use cursor pointer
* fix legend highlight for touch devices
* update pie chart connectors color
* De not customize whisker length
* simpler internal cartesian
* refactored cartesian chart
* small change to core chart api
* rename files
* chart tooltip api series -> point
* update pie segments and inner are api
* pie tooltip details api
* refactored pie chart
* alternative visible series integration
* fix pie chart halo
* don't show highlight indicator for single tooltip series
* update line markers and marker distance in legend item
* consistent empty state
* restore formatter tests
* a11y improvements
* restore threshold tests
* restore chart options tests
* restore tooltip tests
* restore legend tests
* unit tests refactor
* remove tooltip placement unit tests
* wip: navigation tests
* rm unused code
* refactor core interfaces
* fix linting error
* tooltip on group test
* tests cov
* remove unused code
* minor fix
* update test-utils api
* invert legend click actions
* add refererences to github issues
* alternative marker highlight
* markers highlight state
* small vd fix
* fix errorbar colors
* fix series details style, same as components/pull/3577
* change markers vd
* fix thresholds visibility bug
* legend vd
* use correct token for white bg
* fix no-data vd
* legend vd
* fix scroll baheaviour in tooltip
* remove unneeded dependency in async store dependency array
* handle duplicate listeners in async store
* codestyle change
* fix no-data empty and no-match when not provided
* alternative no-data container
* rm no-data-to-display dep
* fix controlled visibility for thresholds
* codestyle
* removed obsolete tokens sync code
* remove no longer necessary pie no-data override
* codestyle fix
* refactor tests
* removed leftover focus ref from legend
* update test utils api
* use custom cds hook for useId + mark react 16 as peer-dev (#30)
Co-authored-by: Raj Jaiswal <[email protected]>
* codestyle
* disallow highlight actions when tooltip is pinned
* update point highlight logic
* simplify app context direction setting
* feat: add support for legend side positioning (#31)
* feat: add support legend side positioning
* fix: remove console.log
* combine core line chart and core legend pages
* fix legend size and actions placement
---------
Co-authored-by: Joao Silveira <[email protected]>
Co-authored-by: Andrei Zhaleznichenka <[email protected]>
* Rename slot 'details' to 'description'
* consistent markers
* fix no-match state detection
* fix ts error
* Rename linkedErrorbars to errorRanges
* Mock warnOnce
* Render default keys and values in tooltip if not defined
* refactor cartesian series util
* Fix type
* fix types mismatch between core and cartesian
* simpler chart options merginng
* feat: implement optional legend popover (#29)
* fix code comment
* Revert "feat: implement optional legend popover (#29)"
This reverts commit a2c6a8b.
* feat: add navigator prop to core chart (#34)
* naming change
* updated api docs
* fix stacking in pages
* update documenter snapshot
* export internal core test utils wrapper
* don't call value formatter on categories
* addressed ghost points in large series bug bash finding
* use reversed stacks by default
* ensure all accessible labels are supported via our i18n
* feat: scroll into view highlighted legend item (#35)
* feat: scroll into view highlighted legend item
* fix: remove whole page scroll behavior
* add actions to the core line chart page tooltip
* codestyle
* fix stale elements bug
* remove duplicate code
* code cleanup and refactoring
* add support for pie chart segment aria label
* refactor container styles
* tooltip vr tests
* docs changes
* codestyle
* updated donut inner area placement
* more code comments
* feat: support maxHeight for legend in core chart component (#36)
* feat: support bottomMaxHeight in core chart legend
* fix: address comments
* fix: remove disabled behavior
* fix: move max height logic to chart container
* fix: address comments
* fix: make isMouseContainer a reference
* fix: address comments
* feat: legend tooltip (#38)
* feat: legend tooltip
* feat: legend tooltip
* legend tooltip with controller (#39)
* address comments
* remove setParent
* remove setParent
---------
Co-authored-by: Andrei Zhaleznichenka <[email protected]>
* fix no data paddings to avoid content cut off
* fix no-data rtl
* fix legend focus in ff
* minor changes to a test page
* non-directional styles for no-data
* removed leftoved code
* simpler zoom demo
* rtl visual tests
* sparkline demos
* fix highlight for linked errorbars
* fix tooltip position for group mode
---------
Co-authored-by: Joan Perals Tresserra <[email protected]>
Co-authored-by: João Silveira <[email protected]>
Co-authored-by: Raj Jaiswal <[email protected]>
Co-authored-by: Joao Silveira <[email protected]>
Co-authored-by: Anurag Makade <[email protected]>
Co-authored-by: João Silveira <[email protected]>1 parent a114fcb commit 229b942
File tree
212 files changed
+22866
-662
lines changed- .github/workflows
- pages
- 01-cartesian-chart
- 02-pie-chart
- 03-core
- 04-migration
- examples
- 05-demos
- dashboard-demo
- website-playground-examples
- 06-visual-tests
- app
- common
- sample
- utils
- scripts
- src
- __tests__
- __snapshots__
- cartesian-chart
- __tests__
- test-classes
- core
- __tests__
- chart-api
- components
- test-classes
- internal-do-not-use
- internal
- base-component
- __tests__
- components
- chart-legend
- test-classes
- chart-series-filter
- series-details
- test-classes
- series-marker
- events
- __tests__
- utils
- __tests__
- pie-chart
- __tests__
- test-classes
- sample
- __tests__
- test-utils
- dom
- cartesian-chart
- internal
- pie-chart
- sample
- selectors
- types
- test
- functional
- visual
- types
Some content is hidden
Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.
212 files changed
+22866
-662
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
7 | 7 | | |
8 | 8 | | |
9 | 9 | | |
10 | | - | |
| 10 | + | |
11 | 11 | | |
12 | 12 | | |
13 | 13 | | |
14 | 14 | | |
15 | 15 | | |
16 | | - | |
17 | | - | |
| 16 | + | |
| 17 | + | |
18 | 18 | | |
19 | 19 | | |
20 | 20 | | |
| |||
29 | 29 | | |
30 | 30 | | |
31 | 31 | | |
32 | | - | |
33 | | - | |
| 32 | + | |
| 33 | + | |
34 | 34 | | |
35 | 35 | | |
36 | 36 | | |
37 | 37 | | |
38 | | - | |
39 | | - | |
| 38 | + | |
| 39 | + | |
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
43 | 43 | | |
44 | 44 | | |
45 | 45 | | |
46 | | - | |
47 | | - | |
| 46 | + | |
| 47 | + | |
48 | 48 | | |
49 | 49 | | |
50 | 50 | | |
| |||
57 | 57 | | |
58 | 58 | | |
59 | 59 | | |
60 | | - | |
| 60 | + | |
| 61 | + | |
61 | 62 | | |
62 | 63 | | |
63 | 64 | | |
| |||
66 | 67 | | |
67 | 68 | | |
68 | 69 | | |
69 | | - | |
| 70 | + | |
70 | 71 | | |
71 | 72 | | |
72 | 73 | | |
73 | | - | |
74 | | - | |
75 | | - | |
76 | | - | |
| 74 | + | |
| 75 | + | |
| 76 | + | |
| 77 | + | |
77 | 78 | | |
78 | 79 | | |
79 | 80 | | |
80 | 81 | | |
81 | | - | |
82 | | - | |
| 82 | + | |
| 83 | + | |
83 | 84 | | |
84 | 85 | | |
85 | | - | |
| 86 | + | |
86 | 87 | | |
87 | 88 | | |
88 | 89 | | |
89 | | - | |
90 | | - | |
| 90 | + | |
| 91 | + | |
91 | 92 | | |
92 | 93 | | |
93 | 94 | | |
94 | | - | |
| 95 | + | |
95 | 96 | | |
96 | 97 | | |
97 | 98 | | |
98 | 99 | | |
99 | 100 | | |
100 | 101 | | |
101 | 102 | | |
102 | | - | |
| 103 | + | |
103 | 104 | | |
104 | 105 | | |
105 | | - | |
106 | | - | |
| 106 | + | |
| 107 | + | |
107 | 108 | | |
108 | 109 | | |
109 | 110 | | |
| |||
121 | 122 | | |
122 | 123 | | |
123 | 124 | | |
124 | | - | |
125 | | - | |
126 | | - | |
127 | | - | |
128 | | - | |
129 | | - | |
130 | | - | |
131 | | - | |
132 | | - | |
| 125 | + | |
| 126 | + | |
| 127 | + | |
| 128 | + | |
| 129 | + | |
| 130 | + | |
| 131 | + | |
133 | 132 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
| 27 | + | |
27 | 28 | | |
28 | 29 | | |
29 | 30 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
6 | 6 | | |
7 | 7 | | |
8 | 8 | | |
| 9 | + | |
9 | 10 | | |
10 | 11 | | |
11 | 12 | | |
| |||
57 | 58 | | |
58 | 59 | | |
59 | 60 | | |
60 | | - | |
| 61 | + | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
19 | 19 | | |
20 | 20 | | |
21 | 21 | | |
22 | | - | |
23 | | - | |
24 | | - | |
25 | | - | |
26 | | - | |
27 | | - | |
28 | | - | |
29 | | - | |
30 | | - | |
31 | | - | |
32 | | - | |
33 | | - | |
34 | | - | |
35 | | - | |
36 | | - | |
37 | | - | |
38 | | - | |
39 | | - | |
40 | | - | |
41 | | - | |
42 | | - | |
43 | | - | |
44 | | - | |
45 | | - | |
| 22 | + | |
| 23 | + | |
| 24 | + | |
| 25 | + | |
| 26 | + | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
| 31 | + | |
| 32 | + | |
| 33 | + | |
| 34 | + | |
| 35 | + | |
| 36 | + | |
| 37 | + | |
| 38 | + | |
| 39 | + | |
| 40 | + | |
| 41 | + | |
| 42 | + | |
| 43 | + | |
| 44 | + | |
| 45 | + | |
46 | 46 | | |
47 | 47 | | |
48 | 48 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
4 | 4 | | |
5 | 5 | | |
6 | 6 | | |
7 | | - | |
8 | | - | |
| 7 | + | |
| 8 | + | |
9 | 9 | | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
40 | 40 | | |
41 | 41 | | |
42 | 42 | | |
| 43 | + | |
43 | 44 | | |
| 45 | + | |
44 | 46 | | |
45 | 47 | | |
46 | 48 | | |
| |||
53 | 55 | | |
54 | 56 | | |
55 | 57 | | |
56 | | - | |
| 58 | + | |
57 | 59 | | |
58 | 60 | | |
59 | 61 | | |
| |||
0 commit comments