javascript - How to remove axis, and other information from Bar Chart? -


I need to draw a line graph, but no ax, value, etc. And finally the percent

Question: How to remove all objects from the graph, indicate axes, axes, etc. You only need to leave a line graph and interest.

  $ ('# audition'). JqChart ({Legend: {Views: false}, range: {Views: false}, title: {text: 'chart title, font:' 12px sans-serif ', linewidth: 1, // Stroke Style:' black ' , Brostail 'white'}, animation: {duration: 1}, range: [{pointWidth: 0.2, type: 'time', or style: "# 7fbbe5 'data: [[A 33]], the label : {stringFormat: '% s %%', the value of "data value", Font: '11px sans-serif', [ 'A', 67]], Tikvicosn: {show gridlines: false} label: {StringFormat : '% S %%', value type: 'data value', font: '11px sans-serif', fillStyle: 'white'}}]});  

I have an image where I show what I have, and what I want:

You can add jqChart X - -

  var axes = $ ('# jqChartDiv'). JqChart ('option', 'axes'); // Remove all series axes. (0, axis length);  

Comments

Popular posts from this blog

c# - SignalR: "Protocol error: Unknown transport." when navigating to hub -

c# - WPF Expander overlay used in ItemsControl -

class - Kivy: how to instantiate a dynamic classes in python -