Getting rid of embedded image border in Google Sheets - google-sheets

Is there any workaround to get rid of black 1px solid border which Google adds to images embedded inside the Sheet on mobile version?

Related

HighCharts downloaded Legends are overlapping in ie11

Legends in the downloaded chart are overlapping in ie 11.i tried keeping itemDistance:20 in legend area of the chart.
i am able to see the item distance in the chart in the website, but the legends are getting overlapped in the downloaded png image.

Highchart graph display on iPad going out of container

I have created a few charts using highcharts by setting the width of chart to a fixed value of 400px for the normal browser to be used, however, on iPad , the charts get distorted, any pointers for this?
added following to css
.highcharts-container{width:100% !important; height:100% !important;}

What can I use to implement a doughnut chart in iOS?

I'm looking for a free iOS component that allows me to draw a doughnut chart with text in the center. So far I've only used Code Plot, but that is a full pie chart.
I'm attaching an example of the requirement.
Any help will be much appreciated.
I suggest searching on cocoacontrols.com. They have lots of open source controls for iOS and Mac. I didn't se any specifically called "doughnut chart" but some of the pie charts controls might offer that option.
In fact, it seems that this one does include what you're calling a doughnut chart. It doesn't look like it has built-in support for a label in the middle, but it does create a ring-shaped chart like you want.
You could also always create a pie chart and then put a view on top of it that is transparent except for a white circle in the middle, and then put a label on top of that.
Getting a little more complex you could modify the CorePlot control and add a filled CAShapeLayer to it.
Another option is to create svg chart and use UIWebView to display it. With svg chart, you get much more flexibility with libraries like highcharts and d3js. Here's an example with donut chart:
http://vida.io/documents/Byh8tTakzB59oGa9f
You can embed the link or save svg and display in UIWebView. Saving svg works offline.

Highcharts basic bar graphs. How to remove strokewith from the bars

While using a demo highchart (from highcharts.com). To be more specific a basic bar chart, a grey theme.
As in this one http://www.highcharts.com/demo/bar-basic/gray
The bars on the graph in grey theme have a white line around them that I want to remove. I found in the javascript that it is strokewith=1 that make them appear. I can't find a way to set it to 0 since it is in the library from highcharts. How can i access strokewith=1 locally ?
best regards from Iceland :)
This is handled with the borderWidth property. I recommend checking out the documentation on the API. Set borderWidth: 0 to get your result.

use image to fill bars in highchart?

Can we use an image pattern to fill the bar of highchart barcharts.?
In this link http://jsfiddle.net/gh/get/jquery/1.7.2/highslide-software/highcharts.com/tree/master/samples/highcharts/demo/column-negative/
the bars are colored as blue,maroon and green but what i am looking for is to fill them with an image which i have.Is it doable?
Borrowing from this question, I've put together a demostration here.
Using one of the original Google doodles:

Resources