Skip to content

Commit

Permalink
Updates
Browse files Browse the repository at this point in the history
  • Loading branch information
vladminsky committed Jul 23, 2015
1 parent e62f430 commit f539e71
Show file tree
Hide file tree
Showing 6 changed files with 14 additions and 16 deletions.
2 changes: 1 addition & 1 deletion bower.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauCharts",
"version": "0.4.8",
"version": "0.4.9",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"keywords": [
Expand Down
6 changes: 2 additions & 4 deletions build/development/tauCharts.js
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
/*! taucharts - v0.4.8 - 2015-06-24
/*! taucharts - v0.4.9 - 2015-07-23
* https://github.com/TargetProcess/tauCharts
* Copyright (c) 2015 Taucraft Limited; Licensed Apache License 2.0 */
(function (root, factory) {
Expand Down Expand Up @@ -6030,9 +6030,7 @@ define('utils/d3-decorators',['exports', '../utils/utils-draw', 'underscore', 'd
var tick = _d32['default'].select(this);
var text = tick.text();
var translateX = parseFloat(tick.attr('transform').replace('translate(', '').split(',')[translateParam]);
var tText = tick.selectAll('text');
var tSpan = tText.selectAll('tspan');
var tNode = tSpan.empty() ? tText : tSpan;
var tNode = tick.selectAll('text');

var textWidth = tNode.node().getBBox().width;

Expand Down
2 changes: 1 addition & 1 deletion build/production/tauCharts.min.css

Large diffs are not rendered by default.

16 changes: 8 additions & 8 deletions build/production/tauCharts.min.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion component.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "tauCharts",
"version": "0.4.8",
"version": "0.4.9",
"ignore": [
"/*",
"!build/**",
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "taucharts",
"version": "0.4.8",
"version": "0.4.9",
"homepage": "https://github.com/TargetProcess/tauCharts",
"description": "Simple charts library based on d3",
"author": {
Expand Down

0 comments on commit f539e71

Please sign in to comment.