Highcharts DateTime Localization

Just to complete a little bit this topic: All the options related with language are available here A full Portuguese example: var highchartsOptions = Highcharts.setOptions({ lang: { loading: ‘Aguarde…’, months: [‘Janeiro’, ‘Fevereiro’, ‘Março’, ‘Abril’, ‘Maio’, ‘Junho’, ‘Julho’, ‘Agosto’, ‘Setembro’, ‘Outubro’, ‘Novembro’, ‘Dezembro’], weekdays: [‘Domingo’, ‘Segunda’, ‘Terça’, ‘Quarta’, ‘Quinta’, ‘Sexta’, ‘Sábado’], shortMonths: [‘Jan’, ‘Feb’, ‘Mar’, ‘Abr’, … Read more

Rendering Highcharts using Angular js Directives

Example of pie chart: http://jsfiddle.net/csTzc/ function MyCtrl($scope, limitToFilter) { $scope.ideas = [ [‘ideas1’, 1], [‘ideas2’, 8], [‘ideas3’, 5] ]; $scope.limitedIdeas = limitToFilter($scope.ideas, 2); } angular.module(‘myApp’, []) .directive(‘hcPie’, function () { return { restrict: ‘C’, replace: true, scope: { items: ‘=’ }, controller: function ($scope, $element, $attrs) { console.log(2); }, template: ‘<div id=”container” style=”margin: 0 auto”>not … Read more

Disable highcharts tooltip on certain lines, leave it enabled on others?

UPDATE use enableMouseTracking: Boolean Notice enableMouseTracking: Boolean was introduced after this question was asked Old Answer I just Disabled the heights point in the Tokyo series here is your code tooltip: { formatter: function() { if(this.series.name == ‘Tokyo’ && this.y == 26.5 ){ return false ; // to disable the tooltip at a point return … Read more

Hata!: SQLSTATE[HY000] [1045] Access denied for user 'divattrend_liink'@'localhost' (using password: YES)