Aleksandr Shestakov
Aleksandr Shestakov
@f0ff886f I'm afraid it's not possible because Cartesian charts use an Ordinal scale type. This scale type is categorized, which means that all points and elements are placed inside the...
@mmohamud1 Unfortunately, the current version of the Calendar chart doesn't support this interactivity. The current roadmap doesn't include this improvement, but we will take it into account for future updates.
@almirus The chart can't affect the div container size. You should apply a correct CSS selector for that container. Like this: ``` html, body, #container { width:100%; height: 100%; margin:...
@f0ff886f The scale calculation algorithm tends to calculate nice ticks with comfortable gaps according to the data range. This algorithm is quite complex and works nicely in most real cases....
@tr14466 You can achieve that using format() function. I have modified the sample (lines 29-32) - https://playground.anychart.com/UWQdN4Ru/2 You can learn more about formatting labels in [the article](https://docs.anychart.com/Axes_and_Grids/Axes_Labels_Formatting#formatting_labels). And about format()...
@danrockstheplanet Thank you for your report! This is a known issue and we are planning to fix that in future updates. We will notify you when the ETA and the...
@danrockstheplanet We will do our best to include the fix in the autumn update. We will notify you when the fix becomes available.
@saintienn Do you mean nodes in Network graphs?
@saintienn You can achieve that like in [the live sample](https://playground.anychart.com/s4RhY1MV/0) demonstrated.
@derekburton This is a Windows-specific issue, never reproduced on unix systems. Try to remove them separately or use any other file manager.