Commit Graph

  • cad071e1 renamed some labels by Alexander Wunschik 2016-10-24 10:34:03 +0200
  • ecf1c6a7 small improvements (#2217) by yotamberk 2016-10-24 11:19:40 +0300
  • ac1d6a6a Fix small timeline bug when defining timeline with no options and fix docs explanations (#2216) by yotamberk 2016-10-24 11:08:40 +0300
  • 6adac314 Added point draw methods for styles 'surface' and 'grid' (#2215) by wimrijnders 2016-10-24 09:40:17 +0200
  • a9be8e79 Merge pull request #2214 from wimrijnders/PR23 by yotamberk 2016-10-23 14:36:22 +0300
  • 9e1fd667 Add point draw methods for styles 'dot-color' and 'dot-size' by Wim Rijnders 2016-10-23 11:38:29 +0200
  • 1c4e1a41 Add point draw methods for styles 'dot' and 'dot-line' (#2212) by wimrijnders 2016-10-23 09:34:53 +0200
  • 171ee396 Merge pull request #2213 from mojoaxel/develop by yotamberk 2016-10-23 10:34:19 +0300
  • 66ab105d add two eyes review process by Alexander Wunschik 2016-10-23 09:31:53 +0200
  • ab9d5f34 Merge pull request #2210 from wimrijnders/PR21 by yotamberk 2016-10-23 00:32:56 +0300
  • cf754376 Fix dragging items that have a React template (#2211) by yotamberk 2016-10-23 00:23:53 +0300
  • 5af1b893 Merge branch 'develop' of https://github.com/almende/vis into template-fix by Yotam Berkowitz 2016-10-22 23:26:10 +0300
  • 3addd510 Add vis-drag-center to fix dragging bug when template is react component by Yotam Berkowitz 2016-10-22 23:19:33 +0300
  • fcc817b4 Added point draw methods for graph styles 'bar-color' and 'bar-size' by Wim Rijnders 2016-10-22 19:50:06 +0200
  • 8d13434a Merge pull request #2209 from wimrijnders/PR20 by yotamberk 2016-10-22 18:25:57 +0300
  • 105356ba Merge pull request #2208 from wimrijnders/PR19 by yotamberk 2016-10-22 18:25:50 +0300
  • d9598432 Fix React support for group and item templates and add example (#2206) by yotamberk 2016-10-22 18:09:40 +0300
  • c548b144 Merge branch 'template-fix' of https://github.com/yotamberk/vis into template-fix by Yotam Berkowitz 2016-10-22 17:54:02 +0300
  • 342091d1 Fix review comments by Yotam Berkowitz 2016-10-22 17:51:52 +0300
  • 44d6d867 Added explanatory text for graph3d tooltip demo by Wim Rijnders 2016-10-22 15:04:48 +0200
  • 42c054ff fix title by yotamberk 2016-10-22 13:37:57 +0300
  • 124b70ff Undid last commit in a very roundabout way. by Wim Rijnders 2016-10-22 12:30:53 +0200
  • 17c48c79 Fix typo by yotamberk 2016-10-22 13:13:04 +0300
  • 06c264e5 add react example by Yotam Berkowitz 2016-10-22 13:07:29 +0300
  • 5d0a70e1 Added generic graph drawing loop; isolated point drawing of graph style 'Bar' by Wim Rijnders 2016-10-22 11:03:22 +0200
  • 7689e212 Merge branch 'develop' into PR18 by Wim Rijnders 2016-10-22 10:26:29 +0200
  • 25a04fcd Merge pull request #2204 from wimrijnders/PR17 by yotamberk 2016-10-22 11:20:50 +0300
  • cd1b18fb Fixed another silly indent by Wim Rijnders 2016-10-22 10:19:45 +0200
  • d3b174da Interim save by Wim Rijnders 2016-10-22 10:16:23 +0200
  • 13752ed4 Fixes after testing by Wim Rijnders 2016-10-22 09:46:37 +0200
  • b889a505 Add a vertical scroll option for timeline [solves #273, #1060, #466] (#2196) by yotamberk 2016-10-21 22:21:09 +0300
  • 7424bfbf Graph3d: make setting dotSizeRatio public (#2202) by wimrijnders 2016-10-21 21:20:24 +0200
  • 3d0acba9 Small code cleanup and consolidation. by Wim Rijnders 2016-10-21 19:23:09 +0200
  • 178e9dc9 Horizontal scroll (#2201) by yotamberk 2016-10-21 16:59:46 +0300
  • ea4d56c6 vertical scroll when zoomKey isn't triggered (#2197) by yotamberk 2016-10-21 16:48:49 +0300
  • 50309932 Merge pull request #2199 from wimrijnders/PR14 by yotamberk 2016-10-21 16:24:15 +0300
  • 8cb0e745 Fix template to accept react elements by Yotam Berkowitz 2016-10-21 13:50:06 +0300
  • baed96ee Fixes and hardening for Settings.js by Wim Rijnders 2016-10-21 09:58:51 +0200
  • 3e84c355 Moved code for settings to separate module by Wim Rijnders 2016-10-21 09:07:18 +0200
  • 776f4cc2 Updates DataSet and DataView remove event payload (#2189) by Zachariah Brown 2016-10-20 15:24:18 -0400
  • c92e2cd9 Line graph draw segments by depth order (#2200) by wimrijnders 2016-10-20 21:16:50 +0200
  • 6fc876a0 Final cleanup for settings handling by Wim Rijnders 2016-10-20 19:51:04 +0200
  • 31096e04 Add vertical scroll when zoom is inactive by Yotam Berkowitz 2016-10-20 19:45:13 +0300
  • 7373a044 Resolve conflicts by Yotam Berkowitz 2016-10-20 19:41:31 +0300
  • 9cfda2ba Merge pull request #2195 from wimrijnders/PR14 by yotamberk 2016-10-20 18:20:50 +0300
  • e9df41ed Merge pull request #2185 from Tooa/Italian_support_timeline by yotamberk 2016-10-20 18:19:47 +0300
  • abb32df9 Final fixes by Wim Rijnders 2016-10-20 13:33:25 +0200
  • 66ac9ddd Added commond handling for settings with internal prefix 'default' by Wim Rijnders 2016-10-20 13:16:20 +0200
  • 5d63ae05 Merge pull request #2182 from wimrijnders/PR13 by yotamberk 2016-10-19 19:59:33 +0300
  • ffa2e19e Fixed oversight with showTooltip by Wim Rijnders 2016-10-19 17:53:39 +0200
  • 7c9bab86 Added fields tooltip and showLegend to defaults by Wim Rijnders 2016-10-19 17:29:01 +0200
  • 6a34948b Merge pull request #2188 from mojoaxel/locales by yotamberk 2016-10-19 18:18:13 +0300
  • f61c83ac cleaned up locale; added all locals to example; set users local as default by Alexander Wunschik 2016-10-19 14:36:45 +0200
  • 51f0db9d Add Italian locale support for network (#2184) by Uli Fahrer 2016-10-19 13:46:45 +0200
  • e6351b63 Adjusted STYLE enum to previous by Wim Rijnders 2016-10-19 13:32:31 +0200
  • 9a028a86 Added step to defaults; fixes to detect and survive inconstent data by Wim Rijnders 2016-10-19 12:50:48 +0200
  • bb627c66 Add Italian support for timeline by Uli Fahrer 2016-10-19 11:27:04 +0200
  • 055e7eef Merge pull request #2183 from mojoaxel/weNeedHelp by yotamberk 2016-10-19 11:51:01 +0300
  • d228b549 changed the 'we need help' link to the new help page by Alexander Wunschik 2016-10-19 10:28:34 +0200
  • 832e9633 linked users to there profile by Alexander Wunschik 2016-10-19 10:21:37 +0200
  • f3e56431 Added handling of settings for camera by Wim Rijnders 2016-10-19 10:00:38 +0200
  • f5fe722f Managing help offers (#2178) by Alexander Wunschik 2016-10-19 09:57:49 +0200
  • 1446540a Added handling of settings backgroundColor and dataColor by Wim Rijnders 2016-10-19 09:27:08 +0200
  • 810922a6 Merge pull request #2176 from wimrijnders/PR12 by yotamberk 2016-10-18 23:50:03 +0300
  • 49e55827 Merge pull request #2175 from wimrijnders/PR11 by yotamberk 2016-10-18 23:47:29 +0300
  • 8b39874f Merge pull request #2174 from ZacBrownBand/dataview_include_olddata by yotamberk 2016-10-18 23:47:06 +0300
  • 7c624862 Re-ordered keys to match other usage. by Zachariah Brown 2016-10-18 14:25:28 -0400
  • 165aa03e Added xCenter and yCenter to defaults by Wim Rijnders 2016-10-18 19:30:27 +0200
  • b21f5a15 Fixed typo by Wim Rijnders 2016-10-18 19:07:40 +0200
  • b2e0eb9b Added structure for default values by Wim Rijnders 2016-10-18 19:04:10 +0200
  • ffc54474 Replaced sin/cos usage in drawAxis() with unit vector by Wim Rijnders 2016-10-18 17:53:21 +0200
  • f8474305 Adds oldData to the update event payload in dataview to match dataset. by Zachariah Brown 2016-10-18 10:56:40 -0400
  • 674813dc Uniform handling of common user options (#2168) by wimrijnders 2016-10-18 16:35:50 +0200
  • 5740c139 Merge pull request #2171 from wimrijnders/PR10 by yotamberk 2016-10-18 17:29:00 +0300
  • 9b5eb3f4 Added methods for drawing Y and Z axis labels by Wim Rijnders 2016-10-18 15:43:00 +0200
  • db89162c Merge pull request #2167 from wimrijnders/PR8 by yotamberk 2016-10-18 12:09:43 +0300
  • 11b92102 Merge pull request #2165 from wimrijnders/PR6 by yotamberk 2016-10-18 10:35:37 +0300
  • 0187ab9d Merge pull request #2166 from wimrijnders/PR7 by yotamberk 2016-10-18 10:23:13 +0300
  • 9e13640d Consolidated code for drawing x-axis label by Wim Rijnders 2016-10-18 07:17:42 +0200
  • ccec638d Added method for drawing lines between 3D points by Wim Rijnders 2016-10-18 06:52:38 +0200
  • a2350bb5 Moved recurring code for StepNumber to start() method by Wim Rijnders 2016-10-18 06:30:01 +0200
  • b84e9e48 Removed restriction to allow clusters of a single node. (#2013) by Steven 2016-10-17 19:20:39 +0100
  • fe1dfc8b Merge pull request #2162 from wimrijnders/PR5 by yotamberk 2016-10-17 18:51:32 +0300
  • 85222bfd throw real Error instances (#2160) by wimrijnders 2016-10-17 17:44:22 +0200
  • 4b235aba Translation of all data points to single method. by Wim Rijnders 2016-10-17 16:47:29 +0200
  • ca94ee0d Merge pull request #2161 from aanm/fixing-get-point by yotamberk 2016-10-17 17:26:16 +0300
  • bced0e68 Merge pull request #2159 from wimrijnders/PR3 by yotamberk 2016-10-17 17:07:57 +0300
  • 0330e2ff Added 2D line drawing method by Wim Rijnders 2016-10-17 15:58:15 +0200
  • fed04410 ignore '.directory' (#2158) by wimrijnders 2016-10-17 15:41:23 +0200
  • 029b6ab6 Consolidated usage of getContext (#2157) by wimrijnders 2016-10-17 15:35:29 +0200
  • b1363806 Fix blur edge for dense networks (#2124) by Uli Fahrer 2016-10-17 14:34:59 +0200
  • 932dfb17 Fix Vertical visibility for all item types (#2143) by yotamberk 2016-10-17 15:32:03 +0300
  • f99d204e Merge pull request #2066 from mojoaxel/newArrowTypes by yotamberk 2016-10-17 14:55:30 +0300
  • d2aa7b01 fixed typo by Alexander Wunschik 2016-10-17 13:10:05 +0200
  • 37c595e9 added arrow-type docs; #1993 by Alexander Wunschik 2016-09-04 14:27:28 +0200
  • 0970cf69 added arrow-type example; #1993 by Alexander Wunschik 2016-09-04 14:21:36 +0200
  • dc2c233b added arrow-type 'circle'; fixes #1993 by Alexander Wunschik 2016-09-04 14:19:35 +0200
  • 439aa79a Expose the item/group element in option.template and option.groupTemplate (#2153) by yotamberk 2016-10-17 14:06:15 +0300
  • ea859d4c Add example to export to JSON and import it again. (#2152) by Andrew Speed 2016-10-17 11:54:02 +0100
  • 12e2fa43 Custom function label - fixes #1098 (#2145) by yotamberk 2016-10-17 11:53:47 +0300