Remove the extra horizontal line in Chart.js - chart.js2

I am using Chart.js, tried to remove the extra horizontal lines . But I am not able to remove the horizontal grid lines. Has anyone come across a situation like this? Help much appreciated.

Related

echarts: How to get outward facing labels with polar bar\scatter chart

I want to have a circular chart, either bar or scatter, similar to this one in the examples ..
but I want the labels (ie. the 10p, 11p, 12p) to be pointing outwards similar to how it is on this tree chart, also from the examples,
does anyone know how to do this? thanks v much in advance for any help.

Is it possible to draw min / max lines on Chart JS

I would like to draw vertical lines with Chart.js like those on the linked image : "Less Satisfied" and "Most Satisfied". Is it possible, and if it is how should I proceed ?
Thanks
Chart example with lines
It can be done with the annotations plugin, thanks to Jesper for the tip !

iOS-Charts: How to include a gap between data points & lines

I'm using iOS-Charts with Swift to draw line charts, and I'm looking for a way to place a gap between the data points (circles) and the lines themselves.
Something like this: example
I've tried playing around with some values under the drawLinear section of LineChartRenderer.swift, but I don't know enough about Core Graphics to do anything useful.
Having a white outline for the circles is unfortunately not an option, since I'm displaying multiple datasets with images containing transparent layers, and the datasets need to be able to overlap (as in the example image)
Any help would be greatly appreciated - thanks :)

The second column on my report is not formatting the same as the first column

I need it to look like a table so it looks similar to what the old program's report did. I finally figured out how to do columns, then I added lines between each field both horizontal and vertical. The first column formats with this correctly, but the second column only adds the line horizontally. See the screenshot:
Any help?
Personally, I prefer the new version. Less clutter. But if you want to add them, you can:
Put borders around your cells. This may cause some problems with overlap, but you can work around that by only putting borders around the Item and Price fields.
Use your line tool to draw 4 vertical lines in both the Detail and Report Header sections.
Its blind guess.. If you have copied the lines from first column there is possibility that they don't showup in second column.
Try to draw the lines again and check.

SWT/JFace Column and Line Span in TableViewer

I need to span some column and rows in a TableViewer. The image bellow pretty much speaks for itself.
http://postimage.org/image/28l8re8lg/
I was thinking of implementing this by making some line invisible(white) but I don't think you can set individual border options for individual cells. Even if i managed this I would stil have to fix the alignment problem of the text in the spanned columns/rows ("Line Span" and "Column Span" in the picture).
I know about the Nebula Grid component, but I can use 3rd party components only as a last resort.
If anybody has any suggestions please share them:).
Thanks in advance.