Skip to content

Commit

Permalink
Charts build files.
Browse files Browse the repository at this point in the history
  • Loading branch information
tripp committed Sep 11, 2012
1 parent df931ec commit 524ed42
Show file tree
Hide file tree
Showing 4 changed files with 5 additions and 5 deletions.
4 changes: 2 additions & 2 deletions build/charts-base/charts-base-coverage.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion build/charts-base/charts-base-debug.js
Expand Up @@ -2778,7 +2778,7 @@ Y.Axis = Y.Base.create("axis", Y.Widget, [Y.Renderer], {
{
matrix.translate(x, y);
matrix.rotate(rot);
Y_DOM.setStyle(label, (transformOrigin[0] * 100) + "% " + (transformOrigin[1] * 100) + "%");
Y_DOM.setStyle(label, "transformOrigin", (transformOrigin[0] * 100) + "% " + (transformOrigin[1] * 100) + "%");
Y_DOM.setStyle(label, "transform", matrix.toCSSText());
}
else
Expand Down

0 comments on commit 524ed42

Please sign in to comment.