Hi there again, im back with some issues
I have 2 pages rendering the exact same graphic but with different sizes.
Page 1: <div id="chartContainer3" style="width: 420px; height: 300px;" ></div>
Page 2: <div id="chartContainer3" style="width: 1200px; height: 700px;" ></div>
At Page 1 labels of X axis render correctly (graphic on the right).
At Page 2 the labels are replaced by numbers, which is not right.
I tried resizing the big graph <div id="chartContainer3" style="width: 1000px; height: 700px;" ></div>
, but I only get the name labels overlaping the numbers, as you can see here
I also tried what is proposed here: #7583 with the same results.
Any suggestion?
Thanks a lot, as always.