Currently we have a scenario where we have different data chart like this we have 2 chart with one column chart only with width fixed?
Currently we need to make discrete target line by calculating difference ,How to draw the yellow line by using custom marker technique ,Please it some urgent requirement kindly help out
Code to make dashed line
Hello Muhammad,
When you have set 0 in your underlying data source, there is still a value for that data point, and I believe you are seeing the plot of that point “peeking” through. For the underlying value path, I would recommend setting NaN or null as your value for the points that you do not want anything plotted.
Regarding the label text being blurry on zoom – how are you currently going about zooming the chart? Are you using your own scaling mechanism or are you using the built-in zooming of the chart? I ask, as I cannot reproduce any change in the quality of the labels when using the built-in zooming of the chart, but I imagine this would happen if you are doing something like a scale transform. For reference, here is the chart sample I used to test the quality of the labels: https://ko.infragistics.com/angular-demos-dv/samples/charts/data-chart-chart-navigation.
Please let me know if you have any other questions or concerns on this matter.
also how to get label text crisp on zoom it get blurry ?
thanks it help out the the properties for 0 values are showing like this
which is very weird ,what could be causing this issue?
I am under the impression that you are looking to increase the thickness of the axis major and minor lines in this case. If this is correct, then you can do this by setting the majorStrokeThickness or minorStrokeThickness properties of the igx-numeric-y-axis.
the line that appear on back are will provide the code for it as well