-1

I've highlighted the content to be removed from displaying in my chart

enter image description here

Ken Ratanachai S.
  • 3,307
  • 34
  • 43

1 Answers1

3

You are looking for legend.enabled. Just add this to your chart:

legend: {
    enabled: false
}

See example.

ewolden
  • 5,722
  • 4
  • 19
  • 29
  • And also one thing, how to hide the x-values(0,4,8,...) values displaying at the x-axis? Thanks for your legend help @ewolden – Akash Aashu Oct 04 '17 at 07:53
  • @AkashAashu I'm afraid I can't answer that without seeing your code to understand what is causing them to be there in the first place. – ewolden Oct 04 '17 at 07:57