Skip to content

v1.1.1

Compare
Choose a tag to compare
@johnkiernander johnkiernander released this 02 Oct 10:12
· 176 commits to master since this release

Chrome v30.x compatibility

  • Chrome v30.x broke the selections used in Dimple for certain cases. Dimple relied on selecting descendants using collection.selectAll(".class type") which doesn't seem to work where the type is a 2nd generation descendant of the class. I can't find documentation to explain the change in Chrome but the 2 step selector is actually unnecessary in Dimple so we have reverted to a single type selector. The collection already restricts the selection sufficiently.
  • Chrome and Safari were also adding a title at position 0,0 for z axes. This was a dimple bug, all browsers were in fact adding the title but only Chrome and Safari were rendering it due to 0 size. Position is now correctly considered when drawing axis titles.