$100 Amazon Gift Card- High Chart Connect Nulls False

King Arthur shall remain King Anonymous! And generous is He! He refuses the bounty. What a glorious King indeed!

This should help. One of our developers wrote this code himself. It contains snippets you can use in your own. The only caveat is you’ll need to hit the re-render button to fix the appearance once you hit save. In all other respects it functions as we expect you’ll like.




IF(ISBLANK({{Amount}}),“null”,{{Amount}})











models.saved
models.loaded
row.updated


Amount
Id
Name

































<skuidvis__chart model=“Oppy” maintitle=“{{Model.labelPlural}}” type=“line” uniqueid=“sk-_sIut-139” rendersnippet=“ChartsMod”>














</skuidvis__chart>




var chartObj = arguments[0],
$ = skuid.$;
var points = chartObj.series[0].data;
try {
for (i = 0; i &lt; points.length; i++) {
var point = points[i];
if (point.y &lt; 1)
{
point.y = null;
}
}
}
catch (e) {
console.log(e);
}
var params = arguments[0],
$ = skuid.$;
skuid.$C(“sk-_sIut-139”).render();
console.log(‘save action fired’);