Skip to content

Commit aa4e693

Browse files
committed
보안 패치 적용 완료
1 parent 470293e commit aa4e693

18 files changed

+364
-629
lines changed

dist/vue-graph.js

Lines changed: 23 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10836,7 +10836,7 @@ var axis = {
1083610836
}
1083710837

1083810838
// _clipId = _.createId("clip-id-");
10839-
_clipId = "axis-clip-id-" + chart.index;
10839+
_clipId = "axis-clip-id-" + chart.index + "." + cloneAxis.index;
1084010840

1084110841
_clipPath = chart.svg.clipPath({
1084210842
id: _clipId
@@ -17163,6 +17163,17 @@ exports.default = {
1716317163
barPointBorderColor: "#fff",
1716417164
barDisableBackgroundOpacity: 0.4,
1716517165
barStackEdgeBorderWidth: 1,
17166+
rateBarFontSize: 11,
17167+
rateBarFontColor: "#333",
17168+
rateBarBorderColor: "none",
17169+
rateBarBorderWidth: 0,
17170+
rateBarBorderOpacity: 0,
17171+
rateBarBorderRadius: 5,
17172+
rateBarDisableBackgroundOpacity: 0.7,
17173+
rateBarTooltipFontSize: 10,
17174+
rateBarTooltipFontColor: "#333",
17175+
rateBarTooltipBackgroundColor: "#fff",
17176+
rateBarTooltipBorderColor: "#666666",
1716617177
gaugeBackgroundColor: "#ececec",
1716717178
gaugeArrowColor: "#a9a9a9",
1716817179
gaugeFontColor: "#666666",
@@ -17556,6 +17567,17 @@ exports.default = {
1755617567
barPointBorderColor: "#fff",
1755717568
barDisableBackgroundOpacity: 0.4,
1755817569
barStackEdgeBorderWidth: 1,
17570+
rateBarFontSize: 11,
17571+
rateBarFontColor: "#868686",
17572+
rateBarBorderColor: "none",
17573+
rateBarBorderWidth: 0,
17574+
rateBarBorderOpacity: 0,
17575+
rateBarBorderRadius: 5,
17576+
rateBarDisableBackgroundOpacity: 0.7,
17577+
rateBarTooltipFontSize: 10,
17578+
rateBarTooltipFontColor: "#868686",
17579+
rateBarTooltipBackgroundColor: "#222",
17580+
rateBarTooltipBorderColor: "#666666",
1755917581
gaugeBackgroundColor: "#3e3e3e",
1756017582
gaugeArrowColor: "#a6a6a6",
1756117583
gaugeFontColor: "#c5c5c5",

dist/vue-graph.min.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.

0 commit comments

Comments
 (0)