Rob Sawyer
Rob Sawyer
You can do it by settings a variable. See the following. In view: ``` ``` In controller: ``` $scope.defaultSlide = 1; ```
:+1:
I'm also getting a lot of errors when running `yarn setup`. ``` 💸 (src) yarn setup yarn run v1.22.10 $ yarn install [1/5] 🔍 Validating package.json... [2/5] 🔍 Resolving packages......
Yep, I'm experiencing the same issue.
Wow, that's a process for sure. But, nice work hacking this together! I really appreciate it. Let me know if you'd like me to close this.
Any luck with this? I'm running across this with a custom shader. ``` /** * https://www.airtightinteractive.com/demos/js/shaders/js/shaders/HorizontalBlurShader.js */ const HorizontalBlurShader = { fragmentShader: ` uniform float strength; void mainImage(const in vec4...
@Mckinsey666 it would be cool if you added a demo project to show how to launch it. In the meantime, I've created one over at https://github.com/robksawyer/chart-race-react-demo. @SunLeL maybe that'll help...
After some more poking around, I figured out what the issue was inside of [`sortAxis`](https://github.com/Mckinsey666/chart-race-react/blob/master/src/BarChart.js#L66-L80). See the updated sort method below with the fix. For more info see, https://v8.dev/blog/array-sort I...
Is there a newer version (or way of making a registration form) of this anywhere? Keep getting the following (after submission) when using the above examples. ``` Sorry, an error...