Subversion Repositories SmartDukaan

Rev

Rev 25231 | Rev 25233 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 25231 Rev 25232
Line 905... Line 905...
905
			],
905
			],
906
			staticLabels: {
906
			staticLabels: {
907
			  font: "10px sans-serif",  // Specifies font
907
			  font: "10px sans-serif",  // Specifies font
908
			  labels: [0, 8/$monthDays, 12/$monthDays, 1],  // Print labels at these values
908
			  labels: [0, 8/$monthDays, 12/$monthDays, 1],  // Print labels at these values
909
			  color: "#000000",  // Optional: Label text color
909
			  color: "#000000",  // Optional: Label text color
910
			  fractionDigits: 3  // Optional: Numerical precision. 0=round off.
910
			  fractionDigits: 1  // Optional: Numerical precision. 0=round off.
911
			},
911
			},
912
				  
912
				  
913
		  
913
		  
914
		};
914
		};
915
		var target = document.getElementById('canvas-preview'); // your canvas element
915
		var target = document.getElementById('canvas-preview'); // your canvas element