@elastic/charts 46.10.1 → 46.10.2

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (57) hide show
  1. package/dist/chart_types/heatmap/scales/band_color_scale.js +3 -0
  2. package/dist/chart_types/heatmap/scales/band_color_scale.js.map +1 -1
  3. package/dist/chart_types/heatmap/state/selectors/get_heatmap_table.js +12 -8
  4. package/dist/chart_types/heatmap/state/selectors/get_heatmap_table.js.map +1 -1
  5. package/dist/chart_types/xy_chart/annotations/line/dimensions.js.map +1 -1
  6. package/dist/chart_types/xy_chart/annotations/rect/dimensions.js +11 -5
  7. package/dist/chart_types/xy_chart/annotations/rect/dimensions.js.map +1 -1
  8. package/dist/chart_types/xy_chart/annotations/utils.js.map +1 -1
  9. package/dist/chart_types/xy_chart/axes/timeslip/multilayer_ticks.js.map +1 -1
  10. package/dist/chart_types/xy_chart/crosshair/crosshair_utils.js.map +1 -1
  11. package/dist/chart_types/xy_chart/rendering/area.js +1 -2
  12. package/dist/chart_types/xy_chart/rendering/area.js.map +1 -1
  13. package/dist/chart_types/xy_chart/rendering/bars.js.map +1 -1
  14. package/dist/chart_types/xy_chart/rendering/bubble.js.map +1 -1
  15. package/dist/chart_types/xy_chart/rendering/line.js.map +1 -1
  16. package/dist/chart_types/xy_chart/rendering/points.js +4 -2
  17. package/dist/chart_types/xy_chart/rendering/points.js.map +1 -1
  18. package/dist/chart_types/xy_chart/rendering/utils.js.map +1 -1
  19. package/dist/chart_types/xy_chart/state/selectors/compute_axis_ticks_dimensions.js.map +1 -1
  20. package/dist/chart_types/xy_chart/state/selectors/get_brush_area.js +2 -2
  21. package/dist/chart_types/xy_chart/state/selectors/get_brush_area.js.map +1 -1
  22. package/dist/chart_types/xy_chart/state/selectors/get_cursor_band.js +12 -11
  23. package/dist/chart_types/xy_chart/state/selectors/get_cursor_band.js.map +1 -1
  24. package/dist/chart_types/xy_chart/state/selectors/get_elements_at_cursor_pos.js +10 -5
  25. package/dist/chart_types/xy_chart/state/selectors/get_elements_at_cursor_pos.js.map +1 -1
  26. package/dist/chart_types/xy_chart/state/selectors/get_projected_pointer_position.js.map +1 -1
  27. package/dist/chart_types/xy_chart/state/selectors/get_projected_scaled_values.js +4 -3
  28. package/dist/chart_types/xy_chart/state/selectors/get_projected_scaled_values.js.map +1 -1
  29. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_position.js +7 -2
  30. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_position.js.map +1 -1
  31. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js +4 -0
  32. package/dist/chart_types/xy_chart/state/selectors/get_tooltip_values_highlighted_geoms.js.map +1 -1
  33. package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js +3 -2
  34. package/dist/chart_types/xy_chart/state/selectors/on_brush_end_caller.js.map +1 -1
  35. package/dist/chart_types/xy_chart/state/selectors/on_pointer_move_caller.js +4 -3
  36. package/dist/chart_types/xy_chart/state/selectors/on_pointer_move_caller.js.map +1 -1
  37. package/dist/chart_types/xy_chart/state/selectors/visible_ticks.js +1 -1
  38. package/dist/chart_types/xy_chart/state/selectors/visible_ticks.js.map +1 -1
  39. package/dist/chart_types/xy_chart/state/utils/utils.js +2 -2
  40. package/dist/chart_types/xy_chart/state/utils/utils.js.map +1 -1
  41. package/dist/chart_types/xy_chart/utils/scales.js.map +1 -1
  42. package/dist/scales/index.d.ts.map +1 -1
  43. package/dist/scales/index.js.map +1 -1
  44. package/dist/scales/scale_band.js +16 -16
  45. package/dist/scales/scale_band.js.map +1 -1
  46. package/dist/scales/scale_continuous.js +3 -4
  47. package/dist/scales/scale_continuous.js.map +1 -1
  48. package/dist/scales/types.d.ts.map +1 -1
  49. package/dist/scales/types.js.map +1 -1
  50. package/dist/state/selectors/is_external_tooltip_visible.js +5 -1
  51. package/dist/state/selectors/is_external_tooltip_visible.js.map +1 -1
  52. package/dist/utils/common.js +5 -1
  53. package/dist/utils/common.js.map +1 -1
  54. package/dist/utils/events.js.map +1 -1
  55. package/package.json +3 -3
  56. package/CHANGELOG.md +0 -2816
  57. package/NOTICE.txt +0 -98
package/NOTICE.txt DELETED
@@ -1,98 +0,0 @@
1
- This product includes code that is adapted from fast-deep-equal@3.1.1,
2
- which is available under a "MIT" license.
3
-
4
- MIT License
5
-
6
- Copyright (c) 2017 Evgeny Poberezkin
7
-
8
- Permission is hereby granted, free of charge, to any person obtaining a copy
9
- of this software and associated documentation files (the "Software"), to deal
10
- in the Software without restriction, including without limitation the rights
11
- to use, copy, modify, merge, publish, distribute, sublicense, and/or sell
12
- copies of the Software, and to permit persons to whom the Software is
13
- furnished to do so, subject to the following conditions:
14
-
15
- The above copyright notice and this permission notice shall be included in all
16
- copies or substantial portions of the Software.
17
-
18
- THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
19
- IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
20
- FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE
21
- AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER
22
- LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM,
23
- OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE
24
- SOFTWARE.
25
-
26
- ---
27
- This product also includes code that is adapted from d3-delaunay@5.2.1,
28
- which is available under a "ISC" license.
29
-
30
- Copyright 2018 Observable, Inc.
31
-
32
- Permission to use, copy, modify, and/or distribute this software for any purpose
33
- with or without fee is hereby granted, provided that the above copyright notice
34
- and this permission notice appear in all copies.
35
-
36
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
37
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
38
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
39
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
40
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
41
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
42
- THIS SOFTWARE.
43
-
44
- ---
45
-
46
- This product includes code that is adapted from d3-shape@3.0.1, d3-array@3.0.4 and d3-scale@4.0.2,
47
- which are both available under a "ISC" license.
48
-
49
- ISC License
50
-
51
- Copyright 2010-2021 Mike Bostock
52
-
53
- Permission to use, copy, modify, and/or distribute this software for any purpose
54
- with or without fee is hereby granted, provided that the above copyright notice
55
- and this permission notice appear in all copies.
56
-
57
- THE SOFTWARE IS PROVIDED "AS IS" AND THE AUTHOR DISCLAIMS ALL WARRANTIES WITH
58
- REGARD TO THIS SOFTWARE INCLUDING ALL IMPLIED WARRANTIES OF MERCHANTABILITY AND
59
- FITNESS. IN NO EVENT SHALL THE AUTHOR BE LIABLE FOR ANY SPECIAL, DIRECT,
60
- INDIRECT, OR CONSEQUENTIAL DAMAGES OR ANY DAMAGES WHATSOEVER RESULTING FROM LOSS
61
- OF USE, DATA OR PROFITS, WHETHER IN AN ACTION OF CONTRACT, NEGLIGENCE OR OTHER
62
- TORTIOUS ACTION, ARISING OUT OF OR IN CONNECTION WITH THE USE OR PERFORMANCE OF
63
- THIS SOFTWARE.
64
-
65
- ---
66
- This product includes code that is adapted from https://github.com/Myndex/SAPC-APCA
67
- which is available under a "W3C SOFTWARE NOTICE AND LICENSE" license.
68
-
69
- Copyright (c) 2021 W3C® (MIT, ERCIM, Keio, Beihang)
70
-
71
- License
72
-
73
- By obtaining and/or copying this work, you (the licensee) agree that you have read, understood, and will comply
74
- with the following terms and conditions.
75
-
76
- Permission to copy, modify, and distribute this work, with or without modification, for any purpose and without fee
77
- or royalty is hereby granted, provided that you include the following on ALL copies of the work or portions thereof,
78
- including modifications:
79
-
80
- - The full text of this NOTICE in a location viewable to users of the redistributed or derivative work.
81
- - Any pre-existing intellectual property disclaimers, notices, or terms and conditions. If none exist,
82
- the W3C Software and Document Short Notice should be included, see
83
- https://www.w3.org/Consortium/Legal/2015/copyright-software-short-notice.html
84
- - Notice of any changes or modifications, through a copyright statement on the new code or document such as
85
- "This software or document includes material copied from or derived from [title and URI of the W3C document].
86
- Copyright © [YEAR] W3C® (MIT, ERCIM, Keio, Beihang)."
87
-
88
- Disclaimers
89
- THIS WORK IS PROVIDED "AS IS," AND COPYRIGHT HOLDERS MAKE NO REPRESENTATIONS OR WARRANTIES, EXPRESS OR IMPLIED,
90
- INCLUDING BUT NOT LIMITED TO, WARRANTIES OF MERCHANTABILITY OR FITNESS FOR ANY PARTICULAR PURPOSE OR THAT
91
- THE USE OF THE SOFTWARE OR DOCUMENT WILL NOT INFRINGE ANY THIRD PARTY PATENTS, COPYRIGHTS, TRADEMARKS OR OTHER RIGHTS.
92
-
93
- COPYRIGHT HOLDERS WILL NOT BE LIABLE FOR ANY DIRECT, INDIRECT, SPECIAL OR CONSEQUENTIAL DAMAGES
94
- ARISING OUT OF ANY USE OF THE SOFTWARE OR DOCUMENT.
95
-
96
- The name and trademarks of copyright holders may NOT be used in advertising or publicity pertaining
97
- to the work without specific, written prior permission. Title to copyright in this work will
98
- at all times remain with copyright holders.