You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Im having an issue where a zero is automatically appearing where i dont have data. For example below I do not have a 3rd element in the array for desktops and because of that a zero is getting made under tablets as you can see in my screenshot. How do I stop this as I only want it to go from the first 0 (Laptops) to 450 (tablets)
Im having an issue where a zero is automatically appearing where i dont have data. For example below I do not have a 3rd element in the array for desktops and because of that a zero is getting made under tablets as you can see in my screenshot. How do I stop this as I only want it to go from the first 0 (Laptops) to 450 (tablets)
x: "Desktops",
y: [300, 142]
http://plnkr.co/edit/cIcLyd?p=preview
The text was updated successfully, but these errors were encountered: