@@ -213,7 +213,6 @@ proto.update = function(options) {
213213 var font = tick . font || 'sans-serif'
214214 var fontStyle = tick . fontStyle || 'normal'
215215 var fontWeight = tick . fontWeight || 'normal'
216- var fontStretch = tick . fontStretch || 'normal'
217216 var fontVariant = tick . fontVariant || 'normal'
218217 scale = ( tick . fontSize || 12 )
219218
@@ -225,7 +224,6 @@ proto.update = function(options) {
225224 data = getText ( font , rows [ r ] , {
226225 fontStyle : fontStyle ,
227226 fontWeight : fontWeight ,
228- fontStretch : fontStretch ,
229227 fontVariant : fontVariant
230228 } ) . data
231229 for ( j = 0 ; j < data . length ; j += 2 ) {
@@ -251,7 +249,6 @@ proto.update = function(options) {
251249 data = getText ( options . labelFont [ dimension ] , options . labels [ dimension ] , {
252250 fontStyle : options . labelFontStyle [ dimension ] ,
253251 fontWeight : options . labelFontWeight [ dimension ] ,
254- fontStretch : options . labelFontStretch [ dimension ] ,
255252 fontVariant : options . labelFontVariant [ dimension ] ,
256253 textAlign : 'center'
257254 } ) . data
@@ -270,7 +267,6 @@ proto.update = function(options) {
270267 data = getText ( options . titleFont , options . title , {
271268 fontStyle : options . titleFontStyle ,
272269 fontWeight : options . titleFontWeight ,
273- fontStretch : options . titleFontStretch ,
274270 fontVariant : options . titleFontVariant ,
275271 } ) . data
276272 scale = options . titleSize
0 commit comments