Skip to content

Commit

Permalink
dashboard changes
Browse files Browse the repository at this point in the history
  • Loading branch information
chestergarett committed Nov 8, 2024
1 parent 4c61bfa commit 2817a91
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
5 changes: 0 additions & 5 deletions src/components/context/dashboardContext.js
Original file line number Diff line number Diff line change
Expand Up @@ -20,11 +20,6 @@ const DashboardContext = createContext({
{key: v4(), text: 'Dashboards', icon: <HomeIcon />},
{key: v4(), text: 'Resume', link: '/', type: 'dashboard'},
{key: v4(), text: 'Apps', icon: <DialpadIcon />},
{key: v4(), text: 'Fitness', link: 'https://avion-fitness-bot.netlify.app', type: 'app'},
{key: v4(), text: 'Trading', link: 'https://bwinance.herokuapp.com/', type: 'app'},
{key: v4(), text: 'Sports', link: 'https://sportsapp-86653.firebaseapp.com', type: 'app'},
{key: v4(), text: 'Other Works', link: 'https://chestergarett-portfolio-ff9f1e.netlify.app', type: 'app'},

],
content: {
resume: <Resume />,
Expand Down
2 changes: 1 addition & 1 deletion src/components/dashboards/resume/cards/SkillsGeneral.js
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,7 @@ let plugins = {
scales: { x, y} } = chart;
ctx.save();
x.ticks.forEach( (item,index)=> {
if(item.label==='Data Engineering' || item.label==='Web Development' || item.label==='Data Analysis'){
if(item.label==='Data Engineering' || item.label==='Machine Learning'){
ctx.drawImage(image, x.getPixelForValue(index) - (30/2), y.getPixelForValue(chart.data.datasets[0].data[index])-25, 20, 20)
}

Expand Down

0 comments on commit 2817a91

Please sign in to comment.