Skip to content

Commit

Permalink
보안 패치 적용 완료
Browse files Browse the repository at this point in the history
  • Loading branch information
seogi1004 committed Nov 18, 2019
1 parent 470293e commit aa4e693
Show file tree
Hide file tree
Showing 18 changed files with 364 additions and 629 deletions.
24 changes: 23 additions & 1 deletion dist/vue-graph.js
Expand Up @@ -10836,7 +10836,7 @@ var axis = {
}

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

_clipPath = chart.svg.clipPath({
id: _clipId
Expand Down Expand Up @@ -17163,6 +17163,17 @@ exports.default = {
barPointBorderColor: "#fff",
barDisableBackgroundOpacity: 0.4,
barStackEdgeBorderWidth: 1,
rateBarFontSize: 11,
rateBarFontColor: "#333",
rateBarBorderColor: "none",
rateBarBorderWidth: 0,
rateBarBorderOpacity: 0,
rateBarBorderRadius: 5,
rateBarDisableBackgroundOpacity: 0.7,
rateBarTooltipFontSize: 10,
rateBarTooltipFontColor: "#333",
rateBarTooltipBackgroundColor: "#fff",
rateBarTooltipBorderColor: "#666666",
gaugeBackgroundColor: "#ececec",
gaugeArrowColor: "#a9a9a9",
gaugeFontColor: "#666666",
Expand Down Expand Up @@ -17556,6 +17567,17 @@ exports.default = {
barPointBorderColor: "#fff",
barDisableBackgroundOpacity: 0.4,
barStackEdgeBorderWidth: 1,
rateBarFontSize: 11,
rateBarFontColor: "#868686",
rateBarBorderColor: "none",
rateBarBorderWidth: 0,
rateBarBorderOpacity: 0,
rateBarBorderRadius: 5,
rateBarDisableBackgroundOpacity: 0.7,
rateBarTooltipFontSize: 10,
rateBarTooltipFontColor: "#868686",
rateBarTooltipBackgroundColor: "#222",
rateBarTooltipBorderColor: "#666666",
gaugeBackgroundColor: "#3e3e3e",
gaugeArrowColor: "#a6a6a6",
gaugeFontColor: "#c5c5c5",
Expand Down
2 changes: 1 addition & 1 deletion dist/vue-graph.min.js

Large diffs are not rendered by default.

0 comments on commit aa4e693

Please sign in to comment.