Sathish Kumar

Results 2 issues of Sathish Kumar

``` let column = cartesian.column(data: barData) let palette = ["#42aade","#236ba0","#14245a"] column.fill(keys: palette, angle: 90, mode: true, opacity: 1) ``` This gradient fill is not working in iOS , it just...

I am try to open pdf in `Themeable Browser`.. Here my code that i am using 👍 i did ; `sudo cordova plugin add cordova-plugin-themeablebrowser` `.controller('LoginCtrl',function($scope, $state, $ionicPopup, $window, themeablebrowser)...