hi all, if i wanted to create a radar chart but have different min/max values for each point, is that simply changed within the data frame - where the video shows speed = c(7, 0...etc), energy = c(7, 0 etc), could I put - speed = c(7, 0...) and energy = c(10, 5...) and both would appear?
Thank you! I am overworked right now and you just saved my remaining sleeping hours!
Thank you very much for this excellent demonstration. Putting up the code was a real time saver.
Thanks a bunch DataDaft! Needed exactly this. And extra thank you for putting the code in the description! :)
Thank you so much! I read through the documentation but it's easier to understand and implement when you explained it 😊
Excellent! Simple and precise. Thanks!
Many thanks for explaining it so well!
Great explanation!
This is a very good video! Thanks for the tutorial, straight to the point and clear :)
Why do my lines end up getting dotted lines? How do i change that?
if i want to select 2 column and make radar chat, what to do?
Thanks Sir
hi all, if i wanted to create a radar chart but have different min/max values for each point, is that simply changed within the data frame - where the video shows speed = c(7, 0...etc), energy = c(7, 0 etc), could I put - speed = c(7, 0...) and energy = c(10, 5...) and both would appear?
Thanks