Skip to content

Commit d5d8a0c

Browse files
committed
Merge pull request #3 from mattip/pypy
test, fix angling x-axis on cpythonplot2
2 parents 85afa28 + 5a3bb8c commit d5d8a0c

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

example/templates/home.html

+3
Original file line numberDiff line numberDiff line change
@@ -122,6 +122,9 @@
122122
renderer:$.jqplot.BarRenderer,
123123
showMarker: false
124124
},
125+
axesDefaults: {
126+
tickRenderer: $.jqplot.CanvasAxisTickRenderer
127+
},
125128
series:[
126129
{
127130
pointLabels:{labels:geolabels}

0 commit comments

Comments
 (0)