Monday, February 6, 2017

Highcharts lazy drilldown

A lazy drill down in highcharts can optimize performance and speed of the website greatly, fortunately there is very easy way to add this to the chart as explained here:

http://stackoverflow.com/questions/26801793/lazy-highcharts-drilldown

No comments:

Regex Email validation in c# dot net core

 Use this regex /^_?[a-zA-Z0-9]([a-zA-Z0-9]*[._+-])*[a-zA-Z0-9_]+@(?!-)[A-Za-z0-9-]{1,63}(?<!-)(\.(?!-)[A-Za-z0-9-]{1,63}(?<!-))*\.[A-...