Skip to content

Commit 84b3fc4

Browse files
[chore] Sync upstream
2 parents 7c53586 + b45db30 commit 84b3fc4

26 files changed

+575
-338
lines changed

dist/apexcharts.amd.js

Lines changed: 1 addition & 1 deletion
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apexcharts.common.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

dist/apexcharts.css

Lines changed: 71 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -149,12 +149,74 @@ rect.legend-mouseover-inactive,
149149
}
150150

151151
.apexcharts-tooltip-marker {
152-
width: 12px;
153-
height: 12px;
152+
display: inline-block;
154153
position: relative;
155-
top: 0;
156-
margin-right: 10px;
157-
border-radius: 50%
154+
width: 16px;
155+
height: 16px;
156+
font-size: 16px;
157+
line-height: 16px;
158+
margin-right: 4px;
159+
text-align: center;
160+
vertical-align: middle;
161+
color: inherit;
162+
}
163+
164+
.apexcharts-tooltip-marker::before {
165+
content: "";
166+
display: inline-block;
167+
width: 100%;
168+
text-align: center;
169+
color: currentcolor;
170+
text-rendering: optimizeLegibility;
171+
-webkit-font-smoothing: antialiased;
172+
font-size: 26px;
173+
line-height: 14px;
174+
font-weight: 900;
175+
}
176+
177+
.apexcharts-tooltip-marker[shape="circle"]::before {
178+
content: "\25CF";
179+
}
180+
181+
.apexcharts-tooltip-marker[shape="square"]::before,
182+
.apexcharts-tooltip-marker[shape="rect"]::before {
183+
content: "\25A0";
184+
transform: translate(-1px, -2px);
185+
}
186+
187+
.apexcharts-tooltip-marker[shape="line"]::before {
188+
content: "\2500";
189+
}
190+
191+
.apexcharts-tooltip-marker[shape="diamond"]::before {
192+
content: "\25C6";
193+
font-size: 28px;
194+
}
195+
196+
.apexcharts-tooltip-marker[shape="triangle"]::before {
197+
content: "\25B2";
198+
font-size: 22px;
199+
}
200+
201+
.apexcharts-tooltip-marker[shape="cross"]::before {
202+
content: "\2715";
203+
font-size: 18px;
204+
}
205+
206+
.apexcharts-tooltip-marker[shape="plus"]::before {
207+
content: "\2715";
208+
transform: rotate(45deg) translate(-1px, -1px);
209+
font-size: 18px;
210+
}
211+
212+
.apexcharts-tooltip-marker[shape="star"]::before {
213+
content: "\2605";
214+
font-size: 18px;
215+
}
216+
217+
.apexcharts-tooltip-marker[shape="sparkle"]::before {
218+
content: "\2726";
219+
font-size: 20px;
158220
}
159221

160222
.apexcharts-tooltip-series-group {
@@ -634,6 +696,10 @@ rect.legend-mouseover-inactive,
634696
transition: .15s ease all
635697
}
636698

699+
.apexcharts-radar-series .apexcharts-yaxis {
700+
pointer-events: none;
701+
}
702+
637703
.resize-triggers {
638704
animation: 1ms resizeanim;
639705
visibility: hidden;

dist/apexcharts.esm.js

Lines changed: 4 additions & 4 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)