Skip to content

Commit

Permalink
2.15.0
Browse files Browse the repository at this point in the history
  • Loading branch information
youjung-hong committed Feb 2, 2018
1 parent e9ebac0 commit c2a3d9e
Show file tree
Hide file tree
Showing 5 changed files with 2,255 additions and 751 deletions.
7 changes: 5 additions & 2 deletions dist/tui-chart.css
Original file line number Diff line number Diff line change
Expand Up @@ -2,10 +2,10 @@
* tui-chart
* @fileoverview tui-chart
* @author NHN Ent. FE Development Lab <[email protected]>
* @version 2.14.2
* @version 2.15.0
* @license MIT
* @link https://github.com/nhnent/tui.chart
* bundle created at "Thu Jan 25 2018 21:47:01 GMT+0900 (KST)"
* bundle created at "Fri Feb 02 2018 11:24:48 GMT+0900 (KST)"
*/
.tui-chart {
position: relative;
Expand Down Expand Up @@ -651,6 +651,9 @@
padding-bottom: 6px;
text-align: center;
}
.tui-chart .tui-chart-tooltip-area .tui-chart-tooltip .tui-chart-default-tooltip.tui-chart-group-tooltip > .tui-chart-tooltip-type {
padding-left: 7px;
}
.tui-chart .tui-chart-tooltip-area .tui-chart-tooltip .tui-chart-default-tooltip .hide {
display: none;
}
Expand Down
Loading

0 comments on commit c2a3d9e

Please sign in to comment.