Adjusting circle size text and svg size
问题 I am a new javascript programmer. I'm trying to adjust the circles' size and svg size given the size of the window. Also, the code now creates circles of different sizes, but haven't been able to simultaneously adjust to the text size. var width = 600; var height = 600; // Place your JSON here. var data = [ { CategoryName: 'Adaptive Security', SkillProficiencyId: 1 }, { CategoryName: 'Programmer', SkillProficiencyId: 2 }, { CategoryName: 'Coffee Drinker', SkillProficiencyId: 3 } ]; /* This