angularjs-nvd3-directives line chart ticks doesn't work
问题 I work with cmaurer nvd3 directives with angularjs and you can see it here I want to change the x-axis ticks count to 3 (start, middle, end dates), but nvd3 ticks properties(xaxisticks, xaxistickvalues) don't work. I even tried to use unix timestamp, but no success. Have any thoughts? <nvd3-line-chart ... xAxisTickFormat="xAxisTickFormatFunction()" yAxisTickFormat="yAxisTickFormatFunction()" xaxistickvalues="xAxisTickValuesFunction()" // not work xaxisticks="3" // not work showXAxis="true"