Reputation: 335
Is it possible to hide X and Y axes on a chart with n3-line-chart? I want to move from this
to this
I took a look to the main page but I didn't found my answer. I tried not to specify the axes but they are still visible. Hope someone can help me.
Upvotes: 1
Views: 629
Reputation: 351
You need to set add mode="thumbnail"
attribute to <linechart>
element.
Upvotes: 0