In c3 js simple line chart when we zoom on x axis it won't generate more x-axis labels and ticks.
A Pen by Buddhika Chaturanga on CodePen.
| <html > | |
| <head> | |
| <meta charset="UTF-8"> | |
| <title>PMUI Graph Chart</title> | |
| <link rel="stylesheet" href="css/style.css"> | |
| </head> | |
| <body> |
In c3 js simple line chart when we zoom on x axis it won't generate more x-axis labels and ticks.
A Pen by Buddhika Chaturanga on CodePen.
| <Controls:MetroWindow | |
| xmlns="http://schemas.microsoft.com/winfx/2006/xaml/presentation" | |
| xmlns:x="http://schemas.microsoft.com/winfx/2006/xaml" | |
| xmlns:d="http://schemas.microsoft.com/expression/blend/2008" | |
| xmlns:mc="http://schemas.openxmlformats.org/markup-compatibility/2006" | |
| xmlns:local="clr-namespace:DatGen_FrontEnd" | |
| xmlns:i="http://schemas.microsoft.com/expression/2010/interactivity" | |
| xmlns:Controls="clr-namespace:MahApps.Metro.Controls;assembly=MahApps.Metro" | |
| xmlns:loadin="clr-namespace:LoadingIndicators.WPF;assembly=LoadingIndicators.WPF" | |
| xmlns:iconPacks="http://metro.mahapps.com/winfx/xaml/iconpacks" |
Orthodox C++ (sometimes referred as C+) is minimal subset of C++ that improves C, but avoids all unnecessary things from so called Modern C++. It's exactly opposite of what Modern C++ suppose to be.