mirror of
https://github.com/Sosokker/Packaged-Food-Explorer.git
synced 2025-12-20 13:44:04 +01:00
Fix bug for macOS that graph doesn't show up
This commit is contained in:
parent
8355d8cfc1
commit
a4c7b4ffa4
@ -6,6 +6,7 @@ import tempfile
|
|||||||
import tkinter as tk
|
import tkinter as tk
|
||||||
import webview
|
import webview
|
||||||
from PIL import Image, ImageTk
|
from PIL import Image, ImageTk
|
||||||
|
import kaleido
|
||||||
|
|
||||||
class plotter:
|
class plotter:
|
||||||
def nutrient_plotter(self, df, row_index, nutrient_indices, chart_type, popup=True, frame=None):
|
def nutrient_plotter(self, df, row_index, nutrient_indices, chart_type, popup=True, frame=None):
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user