Showing posts with label display. Show all posts
Showing posts with label display. Show all posts

Tuesday, February 17, 2015

Tip Tree Map Example Display colors of groups based on condition








function f() {
    var colorScale;

    var cd = this.chartDefinition;
    cd.legend = false;

    cd.leaf_fillStyle = function(scene) {
        /*
        if(!colorScale) {
            colorScale = pv.ramp(red, blue);
           
            var extent = this.chart.data.dimensions(size).extent();
            if(extent)
                colorScale.domain(extent.min.value, extent.max.value);
        }
 */      
        // Is colorScale created ?
    if(!colorScale) {
        colorScale = pv.Scale.linear().range("red", "black", "blue","#708090");
   
        var extent = this.chart.data.dimensions(size).extent();
        if(extent) {
            var min  = extent.min.value;
            var b=500;
            var c=1000;
            var max = extent.max.value;

            //colorScale.domain(min, (min + max) / 2, max);
            colorScale.domain(min,b,c,max);
        }
        }
       
        var size = scene.getSize();
        return colorScale(size);
    };
}
Read more »

Thursday, February 5, 2015

New iPad Mini with Retina Display announced by Apple Review

New iPad Mini with Retina Display announced by Apple 




Many peoples were looking for more better display for iPads  by Apple.The highest desired function for the iPad Mini was a retina display, and the good news is Apple company has delivered. The Retina display based on 3.1 million pixels.  The 2nd generation iPad Mini will have exactly the same design with just upgrades to the insides along with the screen. It will now have a 2048×1536 display, A7 64-bit processor, M7 motion processor, 10 hour battery time and will be avaialble  for sale in black and silver.  It will likely be offered next month.
Billion Apple lovers are waiting for iPad Mini with Retina display . 
Read more »