Mikey Beck 
							
						 
					 
					
						
						
							
						
						d68af61dce 
					 
					
						
						
							
							Update README.md  
						
						... 
						
						
						
						Typo 
						
						
							
						
					 
					
						2017-08-07 12:05:01 +12:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						0fbdcc10b0 
					 
					
						
						
							
							💎  Release new version 2.8.1  
						
						... 
						
						
						
						Signed-off-by: Jakub Juszczak <netghost03@gmail.com > 
						
						
							
 
						
					 
					
						2017-08-05 14:24:28 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						ab31dfe727 
					 
					
						
						
							
							🐛  Fix default height to 100%  
						
						
						
						
							
						
					 
					
						2017-08-05 14:23:38 +02:00 
						 
				 
			
				
					
						
							
							
								Dan 
							
						 
					 
					
						
						
							
						
						a5b58c3b98 
					 
					
						
						
							
							Add support for xLabels and yLabels  
						
						
						
						
							
						
					 
					
						2017-08-04 15:06:22 -04:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						85fafd9b58 
					 
					
						
						
							
							Merge pull request  #163  from dood-/feature-ru-translation  
						
						... 
						
						
						
						Add Russian documentation 
						
						
							
						
					 
					
						2017-08-04 16:41:51 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Gurev 
							
						 
					 
					
						
						
							
						
						54d85da955 
					 
					
						
						
							
							Add Russian docs to the config array  
						
						
						
						
							
						
					 
					
						2017-08-04 17:31:35 +03:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						60f87e72ae 
					 
					
						
						
							
							💎  Release new version 2.8.0  
						
						
						
						
							
 
						
					 
					
						2017-08-04 09:59:11 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						896b7ddfa3 
					 
					
						
						
							
							🐛  Fix cdn link in readme  
						
						
						
						
							
						
					 
					
						2017-08-04 09:58:41 +02:00 
						 
				 
			
				
					
						
							
							
								Daniel Gurev 
							
						 
					 
					
						
						
							
						
						6d19370687 
					 
					
						
						
							
							Add Russian documentation  
						
						
						
						
							
						
					 
					
						2017-08-04 02:31:02 +03:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						c9bc36ee59 
					 
					
						
						
							
							Merge pull request  #162  from apertureless/feature/dynamic_styles  
						
						... 
						
						
						
						Feature/dynamic styles 
						
						
							
						
					 
					
						2017-08-01 19:19:50 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						7e52380bd4 
					 
					
						
						
							
							Clean up example  
						
						
						
						
							
						
					 
					
						2017-07-31 21:46:37 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						32229fbfdd 
					 
					
						
						
							
							✨  Add dynamic styles and css classes as prop  
						
						... 
						
						
						
						You can now pass in css classes as a string for the surrounding div of the canvas and a styles object which will be applied as inline styles.
This way you can have a dynamic height with `reposnive: true`
## Example
```js
<template>
   <line-chart :styles="myStyles"/>
</template>
<script>
export default {
  data () {
    return {
          height: 100
    }
  },
  computed: {
    myStyles () {
      return {
        height: `${this.height}px`,
        position: 'relative'
      }
    }
  }
}
</script>
``` 
						
						
							
						
					 
					
						2017-07-31 21:42:48 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						e0c771f3d3 
					 
					
						
						
							
							Merge pull request  #159  from Mooooooon/develop  
						
						... 
						
						
						
						Add Chinese simplified docs support. 
						
						
							
						
					 
					
						2017-07-31 10:06:48 +02:00 
						 
				 
			
				
					
						
							
							
								moon 
							
						 
					 
					
						
						
							
						
						57cff76747 
					 
					
						
						
							
							Add Chinese simplified docs support.  
						
						
						
						
							
						
					 
					
						2017-07-30 07:00:31 +08:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						79c138d65a 
					 
					
						
						
							
							📝  Update README  
						
						
						
						
							
						
					 
					
						2017-07-25 13:01:23 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						64c6cedd74 
					 
					
						
						
							
							📝  Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2017-07-22 18:17:59 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						188ab83989 
					 
					
						
						
							
							💎  Release new version 2.7.2  
						
						
						
						
							
 
						
					 
					
						2017-07-22 18:14:09 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						d9f53e6ef4 
					 
					
						
						
							
							Merge pull request  #154  from apertureless/feature/update_peerdependency  
						
						... 
						
						
						
						⬆️  Update dependency vue to 2.4.2 
					
						2017-07-22 18:11:58 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						7d1dacf77c 
					 
					
						
						
							
							⬆️  Update dependency vue to 2.4.2  
						
						
						
						
							
						
					 
					
						2017-07-22 18:09:37 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						67c01133d0 
					 
					
						
						
							
							Merge pull request  #153  from clarkdo/develop  
						
						... 
						
						
						
						Remove useless labels 
						
						
							
						
					 
					
						2017-07-22 17:20:09 +02:00 
						 
				 
			
				
					
						
							
							
								Clark Du 
							
						 
					 
					
						
						
							
						
						ab9721b577 
					 
					
						
						
							
							remove useless labels  
						
						
						
						
							
						
					 
					
						2017-07-22 22:36:05 +08:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						71bcafa804 
					 
					
						
						
							
							Merge pull request  #145  from k-rumi/remove-generate-legend  
						
						... 
						
						
						
						✏️  Remove generateLegend()  from initialization codes 
					
						2017-07-08 18:19:20 +02:00 
						 
				 
			
				
					
						
							
							
								kutrumi 
							
						 
					 
					
						
						
							
						
						882bdd86b8 
					 
					
						
						
							
							✏️  Remove generateLegend()  from initialization codes  
						
						
						
						
							
						
					 
					
						2017-07-08 19:18:20 +09:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						4f7dda3c3b 
					 
					
						
						
							
							💎  Release new version 2.7.1  
						
						
						
						
							
 
						
					 
					
						2017-07-05 21:04:51 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						f04441ab36 
					 
					
						
						
							
							🐛  Fix missing exports  
						
						
						
						
							
						
					 
					
						2017-07-05 21:04:10 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						acb3d5c823 
					 
					
						
						
							
							Merge pull request  #141  from k-rumi/fix-image-link-in-doc  
						
						... 
						
						
						
						Fix links to images in translated documents 
						
						
							
						
					 
					
						2017-07-04 14:42:58 +02:00 
						 
				 
			
				
					
						
							
							
								kutrumi 
							
						 
					 
					
						
						
							
						
						92bac84dae 
					 
					
						
						
							
							Fix links to images in translated documents  
						
						
						
						
							
						
					 
					
						2017-07-04 19:05:16 +09:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						85e946dbe1 
					 
					
						
						
							
							📝  Update CHANGELOG  
						
						
						
						
							
						
					 
					
						2017-07-04 11:06:06 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						640ce5c932 
					 
					
						
						
							
							💎  Release new version 2.7.0  
						
						
						
						
							
 
						
					 
					
						2017-07-04 11:03:18 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						ef77c0d831 
					 
					
						
						
							
							Merge pull request  #140  from apertureless/feature/update_tests  
						
						... 
						
						
						
						✅  Update tests for addPlugin method 
					
						2017-07-04 10:47:17 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						a996049a6b 
					 
					
						
						
							
							📝  Update docs with inline-plugin support  
						
						
						
						
							
						
					 
					
						2017-07-04 10:44:22 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						4109fb30f3 
					 
					
						
						
							
							✅  Update tests for addPlugin method  
						
						
						
						
							
						
					 
					
						2017-07-04 10:31:21 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						b23ce23015 
					 
					
						
						
							
							Merge branch 'develop' of github.com:apertureless/vue-chartjs into develop  
						
						... 
						
						
						
						* 'develop' of github.com:apertureless/vue-chartjs:
  Fix beforeDestory when renderChart was not called 
						
						
							
						
					 
					
						2017-07-04 10:30:53 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						7f62914edb 
					 
					
						
						
							
							✨  Add addPlugin method to scatter chart  
						
						
						
						
							
						
					 
					
						2017-07-04 10:30:46 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						677c53d9fe 
					 
					
						
						
							
							Merge pull request  #139  from ZhangYiJiang/patch-beforeDestroy  
						
						... 
						
						
						
						Fix beforeDestory when renderChart was not called 
						
						
							
						
					 
					
						2017-07-04 09:59:24 +02:00 
						 
				 
			
				
					
						
							
							
								Zhang Yijiang 
							
						 
					 
					
						
						
							
						
						3e423fd7ae 
					 
					
						
						
							
							Fix beforeDestory when renderChart was not called  
						
						
						
						
							
						
					 
					
						2017-07-04 09:58:52 +08:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						362639c4e2 
					 
					
						
						
							
							Merge pull request  #137  from kurbar/inline-plugins-support  
						
						... 
						
						
						
						Add support for inline plugins 
						
						
							
						
					 
					
						2017-07-03 10:09:23 +02:00 
						 
				 
			
				
					
						
							
							
								Karl Viiburg 
							
						 
					 
					
						
						
							
						
						ef127686cd 
					 
					
						
						
							
							Add support for inline plugins  
						
						
						
						
							
						
					 
					
						2017-07-03 08:12:28 +03:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						0a483946bc 
					 
					
						
						
							
							Merge pull request  #136  from apertureless/feature/scatter_chart  
						
						... 
						
						
						
						Feature/scatter chart 
						
						
							
						
					 
					
						2017-07-02 17:17:42 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						ba5cedc981 
					 
					
						
						
							
							📝  Update README and assets  
						
						
						
						
							
						
					 
					
						2017-07-02 17:02:34 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						9b8e961d1c 
					 
					
						
						
							
							✅  Add test for scatter chart  
						
						
						
						
							
						
					 
					
						2017-07-02 16:40:46 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						d304a2c5ab 
					 
					
						
						
							
							✨  Add scatter chart  
						
						
						
						
							
						
					 
					
						2017-07-02 16:40:38 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						80799b7bd5 
					 
					
						
						
							
							🐛  Fix reactive-prop example  
						
						
						
						
							
						
					 
					
						2017-07-02 16:18:47 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						9d44758976 
					 
					
						
						
							
							📺  Add reactive-prop example  
						
						
						
						
							
						
					 
					
						2017-07-02 16:14:03 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						e8cbef7fa7 
					 
					
						
						
							
							Merge pull request  #135  from apertureless/patch/122  
						
						... 
						
						
						
						🐛  Fix  #122  reactive mixin 
					
						2017-07-02 16:09:24 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						a2b023d226 
					 
					
						
						
							
							Merge pull request  #133  from apertureless/feature/docs  
						
						... 
						
						
						
						📝  Add resources & tutorials to docs 
					
						2017-07-02 16:03:19 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						7a048a07df 
					 
					
						
						
							
							🐛   Fix   #122  reactive mixin  
						
						... 
						
						
						
						Reactive mixin broke if the initial data was set to null. 
						
						
							
						
					 
					
						2017-07-02 16:02:10 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub Juszczak 
							
						 
					 
					
						
						
							
						
						10535095be 
					 
					
						
						
							
							📝  Add resources & tutorials to docs  
						
						
						
						
							
						
					 
					
						2017-07-02 15:45:44 +02:00 
						 
				 
			
				
					
						
							
							
								Jakub 
							
						 
					 
					
						
						
							
						
						0b12e0f8b7 
					 
					
						
						
							
							Merge pull request  #131  from JobV/patch-1  
						
						... 
						
						
						
						fix a typo in an example 
						
						
							
						
					 
					
						2017-07-01 14:18:29 +02:00 
						 
				 
			
				
					
						
							
							
								Job van der Voort 
							
						 
					 
					
						
						
							
						
						43bada7b15 
					 
					
						
						
							
							fix a typo in an example  
						
						
						
						
							
						
					 
					
						2017-06-29 20:43:39 +01:00