klipfolio

“Row given with size different than 3” Google Charts

末鹿安然 提交于 2019-12-25 15:51:12
问题 I'm using Google Charts inside of a system called Klipfolio. Been tinkering with it for days. Curious if anyone else has tried the same. This issues isn't particular to Kipfolio but I figured a little bit of background may go a long way. This is the code: var _component = this; var _dataModel = this.dataModel; var thearray = $.map(_dataModel, function(value, index) { return [value]; }); var thearrays = ('['+thearray.toString()+']'); var datadone = (JSON.parse(thearrays)); console.table

Using JIRA Query Language from Klipfolio To Query JIRA API For Number of Rejected Issues

a 夏天 提交于 2019-12-13 10:10:03
问题 I am trying to query the JIRA API from Klipfolio, to return all issues whos status = "rejected" in a given month, and the number of times each issue's status = "rejected". Example queries I have run: Give me the issue history for a given issue which contains rejected issues. But I don't know how to return the number of times the issue's status = "rejected" from this query: https://upvate.atlassian.net/rest/api/2/project/UC?expand=changelog. Give me the the number of issues whos status =

Google Maps Api v3 - Legend Duplication

本秂侑毒 提交于 2019-12-13 07:53:11
问题 I have embed a google maps in Klipfolio, however the legend's items are duplicating themselves from time to time when you refresh the page. screenshot of the legend duplicated and codes the body includes the 2 tags for the map canvas and the legend <div id="map_canvas"></div> <div id="legend"></div> and this is how i populate the legend as per google maps api documentation in the script. // setting the legend var iconBase = 'https://i.imgur.com/'; var icons = { mine_site: { name: 'Mine Site',