md`
- 9-2-4. Based on the results we got from Task 8, do the following: 1. Delete the CSS for .axis path, line, and text; 2. Let the radius of each circle be a constant: 2 px. Then, do the following:
1. Rename the class of xAxis as \`x axis\` and that of yAxis as \`y axis\`.
2. When people click on the text "Click here for new data", a new pair of 50 integers between 0 and 100 will show up. Make transitions to these changes and set the duration to be 1 second. Make sure that scales, and both the axes are also updated. *Hint* : to update the axes, first select the axis, and make a transition, set the transition's duration, and call the axis generator.
- 9-2-5. Make changes to the code so that when you click the trigger, the fill of all the circles changes to magenta, and the radius becomes 3 px. When the transition is over, the fill changes to black and the radii become 2px.
- *Hint* : Within circle-updating code, use two \`.on()\` statements, whithin which you need to first specify whether it's \`start\` or \`end\`, and then use an anonymous function to first select the current element and set the attributions.
- 9-2-6. Add a transition (which lasts for 1 second) to the start of the transtion and see what happend.
`