Tuesday, April 7, 2015

Web Chart's List


i) D3.js — Data-Driven Documents
    - Open source
    - https://github.com/mbostock/d3/wiki/Gallery

ii) Google Visualization Charts  
    - Pie chart doesn't show the connected lines for all slices
   
iii) Fusioncharts (http://www.fusioncharts.com/charts/pie-doughnut-charts/)
    - With "Fusionchart watermark" its free for both personal and commercial
    - If we need to remove water mark, we need to buy the licence
    - 2d Pie chart available with connected lines
   
iv) Flot
    - Flot is completely free to use and commercial support is provided on special request to the creator.
    - Pie chart available

v) ChartJs
    - Open source
    - Pie chart available
    - Not sure about connected legends

vi) EJS Chart
    - EJS Chart comes in free and paid versions. The free version limits you to use maximum of 1 chart per page and 2 series per chart.
   
vii) uvCharts
    - Open source
    - D3.js base
    - No connected lines for pie chart

viii) Chartist.js
    - Its animations only supported in modern browsers
    - No clear examples for pie charts
   
ix) jqChart - http://www.jqchart.com/jquery/chart/ChartTypes/PieChartLabels
    - Matched with requirement
    - Trail version only available for download
    - Licensed

x) amCharts (http://www.amcharts.com/demos/pie-chart-with-legend/)
    - The free version of amChart will leave a backlink to its website on the top of every chart.
    - Pie chart looks good
    - Commercial

xi) MeteorCharts
    - Commercial
   
xii) Highcharts JS
    - Free for personal use
    - Licence for commercial
    - Pie chart available

xiii) Chartkick
    - Its built for Ruby Application
    - Code available for Rubly only
   
xiv) n3-charts
    - Pie chart not available

xv) Ember Charts
    - Open source
    - Connected legend option not available
   
xvi) Smoothie Charts
    - Pie chart not available
    - Displaying only  smooth live time lines
   
Source : http://www.sitepoint.com/15-best-javascript-charting-libraries/

Sunday, April 5, 2015

Salesforce Userful Links - Part II

Salesforce1 App tutorial
http://ccoenraets.github.io/salesforce1-app-tutorial/object-action-create-record.html

Salesforce1 App Coding tutorial
http://ccoenraets.github.io/salesforce-developer-workshop/Using-JavaScript-in-Visualforce-Pages.html

SOURCE :http://www.eltoro.it/ArticleViewer

Salesforce1 Demo: Building an Expense Tracker
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000T3GOpIAN

Displaying Errors in VisualForce page, using yellow background box.
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000NPRinIAH

Sending Emails From an Apex Trigger Using a VisualForce template.
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000NPRitIAH

URLFOR() explained
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000NPRjBIAX

Apex Collections
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000VOeg8IAD

Create Excel files with multiple tabs.
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000NPRiIIAX

DML: Standalone Statements or Database Methods Which One to Use?
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000PyGjkIAF

Visualforce Security
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000PwAdtIAF

VisualForce Counter Using <apex:Variable>
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000NPRiPIAX

How to show sections of the page on mouse over, and hide them on mouse out?
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000NPRhEIAX

Passing parameters from Visualforce page to Apex controller via <apex:param>
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000NPRhfIAH

Working With Related Objects
http://www.eltoro.it/apex/ArticleViewer?id=a07A000000T2QJEIA3

Salesforce - Generate dynamic inner query to fetch parent and related child records

Use Case: In many scenarios, we need to clone the records with related child records. Issue / Limitation: We may simply use the "cl...